Skip to content

Commit 1f52411

Browse files
committed
Micronaut: Toolchain
1 parent b08d7c4 commit 1f52411

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

micronaut-app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ group = 'bitxon.micronaut'
99
version = '1.0-SNAPSHOT'
1010

1111
java {
12-
sourceCompatibility = JavaVersion.VERSION_17
13-
targetCompatibility = JavaVersion.VERSION_17
12+
toolchain {
13+
languageVersion = JavaLanguageVersion.of(17)
14+
}
1415
}
1516

1617
repositories {

0 commit comments

Comments
 (0)