We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63aeb8 commit 6da235cCopy full SHA for 6da235c
2 files changed
build.gradle
@@ -369,10 +369,15 @@ mixin {
369
config "ae2.mixins.json"
370
}
371
372
-jar.manifest {
373
- attributes([
374
- "MixinConfigs" : "ae2.mixins.json"
375
- ])
+jar {
+ from('guidebook') {
+ into 'assets/ae2/ae2guide'
+ }
376
+ manifest {
377
+ attributes([
378
+ "MixinConfigs" : "ae2.mixins.json"
379
+ ])
380
381
382
383
def publicApiIncludePatterns = {
gradle.properties
@@ -1,4 +1,4 @@
1
-version=15.4.0
+version=0.0.0
2
3
artifact_group=appeng
4
artifact_basename=appliedenergistics2-forge
0 commit comments