Skip to content

Commit

Permalink
Merge pull request #64 from at88mph/SP-3544
Browse files Browse the repository at this point in the history
Sp 3544
  • Loading branch information
at88mph authored Mar 6, 2024
2 parents 6cbb264 + 63f231e commit f493866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
dependencies {
implementation 'com.opencsv:opencsv:[5.1,6.0)'
implementation 'commons-net:commons-net:3.9.0'
implementation 'org.apache.commons:commons-configuration2:2.7'
implementation 'org.apache.commons:commons-configuration2:2.8.0'
implementation 'org.opencadc:cadc-access-control-identity:[1.1.0,)'
implementation 'org.opencadc:cadc-gms:[1.0.12,2.0)'
implementation 'org.opencadc:cadc-log:[1.1.5,)'
Expand All @@ -36,7 +36,7 @@ dependencies {
runtimeOnly 'org.apache.taglibs:taglibs-standard-impl:1.2.5'
}

sourceCompatibility = '11'
sourceCompatibility = '1.8'

war {
// Trying to fix static file caching on new build.
Expand Down

0 comments on commit f493866

Please sign in to comment.