Skip to content

Commit 48ae9f3

Browse files
committed
Fix lib compilation
1 parent 8286e96 commit 48ae9f3

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
run: |
6464
cp build/libs/CustomJsonLibCrossPlatform.jar build/libs/CustomJsonLib.jar
6565
66-
6766
- name: Upload built mod artifact into release
6867
uses: softprops/action-gh-release@v2
6968
if: github.event_name == 'release' && github.event.action == 'created'

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ project(":"){
170170

171171
archiveFileName = "$modArtifact.jar"
172172

173-
from(
174-
fileTree("build/classes/java/main") {
175-
include("pyguy/jsonlib/JsonLibWrapper.class")
176-
}
177-
)
178-
179173
metaInf.from(layout.projectDirectory.file("LICENSE"))
180174
}
181175

0 commit comments

Comments
 (0)