Skip to content

Commit

Permalink
shadow jar please work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawsson committed May 30, 2024
1 parent 990c033 commit e55742b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish with Gradle
run: ./gradlew keyforge:build keyforge:publish
run: ./gradlew keyforge:shadowJar keyforge:publish
env:
MAVEN_NAME: ${{ secrets.MAVEN_NAME }} # token name
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }} # token secret (password)
4 changes: 2 additions & 2 deletions keyforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

plugins {
id("keyforge.kotlin-application-conventions")

id("com.github.johnrengelman.shadow") version "8.1.1"
id("maven-publish")
}

group = "cloud.keyforge"
version = "0.0.1"
version = "0.0.2"

dependencies {
implementation("org.apache.commons:commons-text")
Expand Down

0 comments on commit e55742b

Please sign in to comment.