Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gradle JDK Automanagement] Install only used JDKs #479

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
multiple targets
crogoz committed Dec 9, 2024
commit 2d2bf0e5d6edbb09fa8ce5fb10702cdd74e985a3
Original file line number Diff line number Diff line change
@@ -231,7 +231,8 @@ class GradleJdkToolchainsIntegrationTest extends GradleJdkIntegrationSpec {
def subprojectLib21 = addSubproject 'subproject-lib-21', '''
apply plugin: 'java-library'
javaVersion {
target = 21
target = 17
runtime = 21
}
'''.stripIndent(true)
writeJavaSourceFile(getMainJavaCode(), subprojectLib21)