Skip to content

Commit

Permalink
Remove submodule init
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Mar 15, 2023
1 parent a6e84d0 commit 30551e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ jobs:
java-version: 8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: init submodule
run: git submodule init && git submodule update
- name: Build with Gradle
run: ./gradlew shadowJar
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
java-version: 8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: init submodule
run: git submodule init && git submodule update
- name: Build with Gradle
run: ./gradlew shadowJar -Prelease=${{ github.ref_name }}
- name: Create Release
Expand Down

0 comments on commit 30551e1

Please sign in to comment.