Skip to content

Commit

Permalink
Remove deprecated functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanuszkiewicz-tt committed Oct 25, 2024
1 parent ee84b67 commit c10650a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
distribution: 'adopt'
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
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: -Ptag=${{github.ref_name}} shadowJar
- name: Build with Gradle
run: ./gradlew -Ptag=${{github.ref_name}} shadowJar

- name: GH Release
uses: softprops/action-gh-release@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
distribution: 'adopt'
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 the plugin
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: dockerTest
- name: Test the plugin
run: ./gradlew dockerTest

0 comments on commit c10650a

Please sign in to comment.