Skip to content

Commit

Permalink
update build files to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Feb 12, 2025
1 parent e001313 commit 4e08c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caom2-meta-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenLocal()
}

sourceCompatibility = 1.8
sourceCompatibility = 11

group = 'org.opencadc'

Expand Down
2 changes: 1 addition & 1 deletion caom2-pkg-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenLocal()
}

sourceCompatibility = 1.8
sourceCompatibility = 11

group = 'org.opencadc'

Expand Down
2 changes: 1 addition & 1 deletion caom2-soda-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

apply from: '../opencadc.gradle'

sourceCompatibility = 1.8
sourceCompatibility = 11

group = 'org.opencadc'

Expand Down

0 comments on commit 4e08c6f

Please sign in to comment.