Skip to content

Commit

Permalink
!release
Browse files Browse the repository at this point in the history
First release of the project.
Added support for **dynamic pages** using **Groovy** scripts.
  • Loading branch information
fulminazzo committed Dec 22, 2024
1 parent 445d1dd commit 6a5f6c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ dependencies {
testRuntimeOnly libs.byte.buddy
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 6a5f6c0

Please sign in to comment.