Skip to content

Commit

Permalink
Update openapi config to add custom server (#161)
Browse files Browse the repository at this point in the history
* Update openapi config to add custom server

* Update travis config

* Update application.yml

Address review comments

---------

Co-authored-by: dewmini <[email protected]>
  • Loading branch information
yasima-csiro and dewmini authored Mar 6, 2023
1 parent 5d3ab79 commit 3764e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ branches:
- epic/cognito/develop
- epic/cognito/cleanup-2
- epic/cognito/fix-asset-pipeline-issue
- epic/cognito/openapi_fix
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
2 changes: 1 addition & 1 deletion userdetails-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ dependencies {

api 'org.passay:passay:1.6.0' // not technically required in api scope but required in some gorm tests

api('au.org.ala.plugins:openapi:1.1.0')
api('au.org.ala.plugins:openapi:1.2.0-SNAPSHOT')

testImplementation('com.squareup.retrofit2:retrofit-mock:2.9.0')
testImplementation 'io.github.joke:spock-mockable:2.3.0'
Expand Down

0 comments on commit 3764e9b

Please sign in to comment.