File tree Expand file tree Collapse file tree
gradle-palantir-java-format/src/test/groovy/com/palantir/javaformat/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,7 @@ package com.palantir.javaformat.gradle
1919import nebula.test.IntegrationTestKitSpec
2020
2121class FinlayTest extends IntegrationTestKitSpec {
22- private static final CLASSPATH_FILE = new File (" build/impl.classpath" ). absolutePath
23- private static final NATIVE_IMAGE_FILE = new File (" build/nativeImage.path" )
24- private static final NATIVE_CONFIG = String . format(" palantirJavaFormatNative files(\" %s\" )" , NATIVE_IMAGE_FILE . text)
25-
2622 def setup () {
27- def extraDependencies = NATIVE_CONFIG
28-
2923 // language=Gradle
3024 buildFile << """
3125 buildscript {
@@ -36,7 +30,7 @@ class FinlayTest extends IntegrationTestKitSpec {
3630 }
3731 dependencies {
3832 classpath 'com.palantir.baseline:gradle-baseline-java:999-CC7'
39- classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:999 '
33+ classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.34.0 '
4034 }
4135 }
4236
@@ -71,7 +65,7 @@ class FinlayTest extends IntegrationTestKitSpec {
7165 keepFiles = true
7266 }
7367
74- def " can run build on root and subproject " () {
68+ def " can run build" () {
7569 when :
7670 def result = runTasks(' build' )
7771
You can’t perform that action at this time.
0 commit comments