File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 id : build
3939 env :
4040 GITHUB_MAVEN_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
41- run : ./gradlew build --continue -PonlyDatatstoreTests --refresh-dependencies
41+ run : ./gradlew build --continue -PonlyDatatstoreTests
4242 mongodb-build :
4343 name : " Build Mongodb Project"
4444 runs-on : ubuntu-24.04
7070 id : build
7171 env :
7272 GITHUB_MAVEN_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
73- run : ./gradlew build --continue -PonlyMongodbTests --refresh-dependencies
73+ run : ./gradlew build --continue -PonlyMongodbTests
7474 hibernate5-build :
7575 name : " Build Hibernate5 Project"
7676 runs-on : ubuntu-24.04
9797 id : build
9898 env :
9999 GITHUB_MAVEN_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
100- run : ./gradlew build --continue -PonlyHibernate5Tests --refresh-dependencies
100+ run : ./gradlew build --continue -PonlyHibernate5Tests
101101 publish :
102102 if : github.event_name == 'push'
103103 name : " Publish Snapshot"
You can’t perform that action at this time.
0 commit comments