Skip to content

Commit 6a5f6c0

Browse files
committed
!release
First release of the project. Added support for **dynamic pages** using **Groovy** scripts.
1 parent 445d1dd commit 6a5f6c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ dependencies {
3333
testRuntimeOnly libs.byte.buddy
3434
}
3535

36+
java {
37+
toolchain {
38+
languageVersion = JavaLanguageVersion.of(17)
39+
}
40+
}
41+
3642
test {
3743
useJUnitPlatform()
3844
}

0 commit comments

Comments
 (0)