Skip to content

Commit 1d52f55

Browse files
committed
removed step from workflow
1 parent 0bbd7b7 commit 1d52f55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.factorypath

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<factorypath>
2+
<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"/>
3+
</factorypath>

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
with:
3333
java-version: '17'
3434
distribution: 'temurin'
35-
- name: Grant execute permission for gradlew
36-
run: chmod +x gradlew
3735
- name: Build JAR
3836
run: ./gradlew shadowJar
3937
- name: Build Docker image

0 commit comments

Comments
 (0)