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)
|
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'() {
|
def 'target change should cause recompilation and interop reprocessing'() {
|
||||||
when:
|
when:
|
||||||
def newTarget
|
def newTarget
|
||||||
|
|||||||
Reference in New Issue
Block a user