mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-08 01:06:12 +02:00
Test java-toolchain cache
This commit is contained in:
parent
c208b4c1f7
commit
c61f5d87b4
9 changed files with 366 additions and 0 deletions
17
__tests__/samples/java-toolchain/build.gradle
Normal file
17
__tests__/samples/java-toolchain/build.gradle
Normal file
|
@ -0,0 +1,17 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(16)
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.12')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue