Skip to content

Commit

Permalink
build: fix up release build
Browse files Browse the repository at this point in the history
  • Loading branch information
driessamyn committed Feb 7, 2025
1 parent 72c05f0 commit a2f7f2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/mc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,5 @@ jobs:
run: git show-ref --tags
- name: Print version
run: ./gradlew printSemVersion --info
- name: Show changes again
run: git status
# TODO: remove the noDirtyCheck property once figured out why this thinks the working directory is dirty
- name: Print version (no dirty check)
run: ./gradlew -PnoDirtyCheck=true printSemVersion --info
- name: Publish package
run: ./gradlew -PnoDirtyCheck=true :kapper:deployCentralPortal :kapper-coroutines:deployCentralPortal --info
run: ./gradlew :kapper:deployCentralPortal :kapper-coroutines:deployCentralPortal --info
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@ replay_pid*

# Ignore Gradle build output directory
build

# Ignore IntelliJ project files
/.idea
.qodo

# Ignore Qodo
.qodo

# SonarQube
.scannerwork/

0 comments on commit a2f7f2b

Please sign in to comment.