Skip to content

Commit

Permalink
Updated Grails version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpitaCSIRO committed Jan 2, 2024
1 parent 3c374d8 commit 7f83cb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ branches:
- feature/grails6-upgrade

before_install:
- rm -fr $HOME/.gradle/caches
- sudo mkdir -p /data/dashboard/ehcache
- sudo mkdir -p /data/dashboard
- sudo chmod o+xw /data
- sudo chmod o+xw /data/dashboard
- sudo chmod o+xw /data/dashboard/ehcache

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand All @@ -32,7 +30,6 @@ install:
- './gradlew assemble'

after_success:
- './gradlew bootJar'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && travis_retry ./gradlew publish'


Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ dependencies {
implementation "org.grails:grails-logging"
implementation "org.grails.plugins:cache"
implementation "org.grails.plugins:scaffolding"
implementation "org.grails.plugins:hibernate5:${gormVersion}"
implementation "org.hibernate:hibernate-core:5.6.15.Final"
console "org.grails:grails-console"
profile "org.grails.profiles:web"
implementation "org.codehaus.groovy:groovy-dateutil"
Expand Down

0 comments on commit 7f83cb7

Please sign in to comment.