Skip to content

Commit

Permalink
Update dts war versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Feb 23, 2024
1 parent aee6726 commit 34b1afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/any/gretty.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ gretty {
farm {
jvmArgs = ["-Dlog4j.configurationFile=$rootDir/gradle/gretty/log4j2Config.xml"]
// used by :dap4 test
webapp 'edu.ucar:d4ts:5.0.0-beta8@war', contextPath: '/d4ts'
webapp 'edu.ucar:d4ts:5.4@war', contextPath: '/d4ts'

// :opendap and :httpservices test.
webapp 'edu.ucar:dtswar:5.0.0-beta8@war', contextPath: '/dts'
webapp 'edu.ucar:dtswar:5.4@war', contextPath: '/dts'
integrationTestTask = 'test'

// Enable TLS
Expand Down

0 comments on commit 34b1afb

Please sign in to comment.