Skip to content

Commit ec1b137

Browse files
committed
assemble instead of build
1 parent b2e4962 commit ec1b137

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java-version: '21'
1515

1616
- name: Gradle Build
17-
run: /bin/sh ./gradlew build
17+
run: /bin/sh ./gradlew assemble
1818

1919
- name: Gradle Publish
2020
run: /bin/sh ./gradlew -Pjourneymap.user=${{ secrets.JOURNEYMAP_USER }} -Pjourneymap.password=${{ secrets.JOURNEYMAP_PASSWORD }} publish

.github/workflows/snapshot_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '21'
1818

1919
- name: Gradle Build
20-
run: /bin/sh ./gradlew build
20+
run: /bin/sh ./gradlew assemble
2121

2222
- name: Gradle Publish
2323
run: /bin/sh ./gradlew -Pjourneymap.user=${{ secrets.JOURNEYMAP_USER }} -Pjourneymap.password=${{ secrets.JOURNEYMAP_PASSWORD }} publish

.github/workflows/tag_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '21'
1818

1919
- name: Gradle Build
20-
run: /bin/sh ./gradlew build
20+
run: /bin/sh ./gradlew assemble
2121

2222
- name: Gradle Publish
2323
run: /bin/sh ./gradlew -Pjourneymap.user=${{ secrets.JOURNEYMAP_USER }} -Pjourneymap.password=${{ secrets.JOURNEYMAP_PASSWORD }} publish

0 commit comments

Comments
 (0)