We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de397be commit 9ebf63cCopy full SHA for 9ebf63c
.github/workflows/gradle-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
37
# the publishing section of your build.gradle
38
- name: Publish to GitHub Packages
39
- run: gradle publish
+ run: gradle publish -x :Kores:publish -x :Kores:publishMavenPublicationToGitHubPackagesRepository
40
env:
41
USERNAME: ${{ github.actor }}
42
TOKEN: ${{ secrets.GITHUB_TOKEN }}
build.gradle
@@ -18,7 +18,7 @@ buildscript {
18
}
19
20
group 'com.github.koresframework'
21
-version '4.1.10.bytecode.2'
+version '4.1.10.bytecode.3'
22
23
apply from: project(":Kores").file("gradle/common.gradle")
24
0 commit comments