We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8286e96 commit 48ae9f3Copy full SHA for 48ae9f3
.github/workflows/publish.yml
@@ -63,7 +63,6 @@ jobs:
63
run: |
64
cp build/libs/CustomJsonLibCrossPlatform.jar build/libs/CustomJsonLib.jar
65
66
-
67
- name: Upload built mod artifact into release
68
uses: softprops/action-gh-release@v2
69
if: github.event_name == 'release' && github.event.action == 'created'
build.gradle.kts
@@ -170,12 +170,6 @@ project(":"){
170
171
archiveFileName = "$modArtifact.jar"
172
173
- from(
174
- fileTree("build/classes/java/main") {
175
- include("pyguy/jsonlib/JsonLibWrapper.class")
176
- }
177
- )
178
179
metaInf.from(layout.projectDirectory.file("LICENSE"))
180
}
181
0 commit comments