diff --git a/.github/workflows/library.yaml b/.github/workflows/library.yaml index c0f411e..3f0da36 100644 --- a/.github/workflows/library.yaml +++ b/.github/workflows/library.yaml @@ -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}} \ No newline at end of file diff --git a/build.gradle b/build.gradle index 7441a24..560ff19 100644 --- a/build.gradle +++ b/build.gradle @@ -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()