Skip to content

Commit

Permalink
Merge branch '5.0.x' of github.com:joinfaces/joinfaces into 5.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Sep 14, 2023
2 parents af59d30 + 029996f commit 13108c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ allprojects {
apply plugin: "io.freefair.lombok"

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

withSourcesJar()
withJavadocJar()
Expand Down

0 comments on commit 13108c9

Please sign in to comment.