We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576aeee commit bc0234aCopy full SHA for bc0234a
gradle/java_no_deps.gradle
@@ -175,7 +175,7 @@ project.afterEvaluate {
175
def testJvmHomePath = getJavaHomePath(testJvmHome)
176
// Only change test JVM if it's not the one we are running the gradle build with
177
if (currentJavaHomePath != testJvmHomePath) {
178
- def jvmSpec = new SpecificInstallationToolchainSpec(project.getObjects(), file(testJvmHomePath))
+ def jvmSpec = new SpecificInstallationToolchainSpec(project.services.get(org.gradle.api.internal.provider.PropertyFactory), file(testJvmHomePath))
179
// The provider always says that a value is present so we need to wrap it for proper error messages
180
Provider<JavaLauncher> launcher = providers.provider {
181
try {
0 commit comments