Skip to content

Commit

Permalink
DEVEM-521 increase target and source version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hechmi-dammak-xenit authored and todorinskiz committed Dec 23, 2022
1 parent 77649e4 commit a735698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alfred-telemetry-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks.withType(JavaCompile) {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_9
sourceCompatibility = JavaVersion.VERSION_11
withJavadocJar()
withSourcesJar()
}
Expand Down Expand Up @@ -89,4 +89,4 @@ publishing {
}
}

targetCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_11
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
withJavadocJar()
withSourcesJar()
}
Expand Down
2 changes: 1 addition & 1 deletion alfred-telemetry-solr/alfred-telemetry-solr4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
}


Expand Down

0 comments on commit a735698

Please sign in to comment.