Skip to content

Commit

Permalink
removed step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Taz03 committed May 28, 2024
1 parent 0bbd7b7 commit 1d52f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .factorypath
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<factorypath>
<factorypathentry kind="EXTJAR" id="/home/taz/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.30/f195ee86e6c896ea47a1d39defbe20eb59cd149d/lombok-1.18.30.jar" enabled="true" runInBatchMode="false"/>
</factorypath>
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build JAR
run: ./gradlew shadowJar
- name: Build Docker image
Expand Down

0 comments on commit 1d52f55

Please sign in to comment.