Skip to content

Commit 0454905

Browse files
committed
Revert "force refresh dependencies"
This reverts commit b9d15e1.
1 parent a738a9a commit 0454905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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"

0 commit comments

Comments
 (0)