Skip to content

Commit

Permalink
Maybe fix java version in build.gradle to be 11
Browse files Browse the repository at this point in the history
  • Loading branch information
aidnem committed Aug 21, 2024
1 parent b7ad53f commit 64903d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ allprojects {
}

subprojects {
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'maven-publish'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

publishing {
publications {
maven(MavenPublication) {
Expand Down

0 comments on commit 64903d1

Please sign in to comment.