Skip to content

Commit

Permalink
Fixed datalink ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Jul 12, 2024
1 parent 847e63a commit 0e37f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: build and test caom2-tap-server
run: cd caom2-tap-server && ../gradlew clean build javadoc install

- name: build and test caom2-daralink-server
- name: build and test caom2-datalink-server
run: cd caom2-datalink-server && ../gradlew clean build javadoc install

- name: build and test caom2-meta-server
Expand Down
2 changes: 1 addition & 1 deletion caom2-datalink-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 = 1.11

group = 'org.opencadc'

Expand Down

0 comments on commit 0e37f03

Please sign in to comment.