Skip to content

Commit

Permalink
52 fix pipeline (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Aug 21, 2022
1 parent da28bf4 commit 36ad674
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/codecov-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run Tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
1 change: 1 addition & 0 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
java-version: 11
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
- name: Publish to Sonatype OSS
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
java-version: 11
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
- name: Sign Archives
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ build
.settings

# Ignore github java setup settings.xml file
settings.xml
settings.xml
.dccache

0 comments on commit 36ad674

Please sign in to comment.