Skip to content

Commit

Permalink
remove shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar committed Nov 30, 2023
1 parent bfe434b commit 4b271ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: "shadowJar publish"
arguments: "build publish"
env:
SYNLOAD_REPO_USER: ${{ secrets.SYNLOAD_REPO_USER}}
SYNLOAD_REPO_PASS: ${{ secrets.SYNLOAD_REPO_PASS}}
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ plugins {
id 'java'
id 'java-library'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

group = 'com.nucleodb'
version = '1.12.0'
version = '1.12.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4b271ed

Please sign in to comment.