Skip to content

Commit

Permalink
cadc-tap-tmp: fix cadc-rest dependency and source compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Aug 28, 2024
1 parent d26dc28 commit 3637add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cadc-tap-tmp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ repositories {

apply from: '../opencadc.gradle'

sourceCompatibility = 1.8
sourceCompatibility = 11

group = 'org.opencadc'
version = '1.2.0'
version = '1.2.1'

description = 'OpenCADC TAP-1.1 temporary on-disk upload storage library'
def git_url = 'https://github.com/opencadc/tap'

dependencies {
implementation 'org.opencadc:cadc-util:[1.6,2.0)'
implementation 'org.opencadc:cadc-rest:[1.3.10,1.4.0)'
implementation 'org.opencadc:cadc-rest:[1.3.10,2.0)'
implementation 'org.opencadc:cadc-dali:[1.2.18,2.0)'
implementation 'org.opencadc:cadc-tap-server:[1.1.17,1.2.0)'
implementation 'org.opencadc:cadc-uws:[1.0,)'
Expand Down

0 comments on commit 3637add

Please sign in to comment.