gralde-plugin, tests: Ignore 'target' test on Windows

This commit is contained in:
Ilya Matveev
2017-07-18 18:53:55 +07:00
committed by ilmat192
parent 1b4f3536d0
commit f98380810e
@@ -294,7 +294,7 @@ class IncrementalSpecification extends Specification {
recompilationAndInteropProcessingHappened(*results)
}
@IgnoreIf({ System.getProperty('os.name').contains('windows') })
@IgnoreIf({ System.getProperty('os.name').toLowerCase().contains('windows') })
def 'target change should cause recompilation and interop reprocessing'() {
when:
def newTarget