gralde-plugin, tests: Ignore 'target' test on Windows
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user