Skip to content

Commit 6da235c

Browse files
committed
Fix guidebook packaging issue
1 parent b63aeb8 commit 6da235c

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

build.gradle

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,15 @@ mixin {
369369
config "ae2.mixins.json"
370370
}
371371

372-
jar.manifest {
373-
attributes([
374-
"MixinConfigs" : "ae2.mixins.json"
375-
])
372+
jar {
373+
from('guidebook') {
374+
into 'assets/ae2/ae2guide'
375+
}
376+
manifest {
377+
attributes([
378+
"MixinConfigs" : "ae2.mixins.json"
379+
])
380+
}
376381
}
377382

378383
def publicApiIncludePatterns = {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=15.4.0
1+
version=0.0.0
22

33
artifact_group=appeng
44
artifact_basename=appliedenergistics2-forge

0 commit comments

Comments
 (0)