23 Commits

Author SHA1 Message Date
KernelPanic
1569a66e00 Fix missing entry for NeoForge in the jar resolution step (#4)
* add neoforge support

* move extension from closure to action to better support kotlin dsl

* add neoforge to the readme.md

* add missing entry in plugin apply method for neoforge jar resolution
2024-06-02 17:21:58 +02:00
KernelPanic
b85a85195e Add NeoForge support and switch from closure to action (#2)
* add neoforge support

* move extension from closure to action to better support kotlin dsl

* add neoforge to the readme.md
2024-06-02 16:45:00 +02:00
128bd15f0f [CHORE] Update ASM and JarManager to fix issues on newer java versions 2023-11-09 21:57:26 +02:00
d6436d87b0 Merge pull request #1 from wagyourtail/patch-1
fix manifest removing last entry
2023-11-08 19:22:47 +02:00
Wagyourtail
68b51af017 ensure only 1 trailing newline 2023-11-07 15:53:40 -07:00
Wagyourtail
aa71ec2726 fix manifest removing last entry 2023-11-07 15:34:11 -07:00
d6c5d45846 [CHORE] Bump JarManager to fix remapping issues 2023-11-07 22:21:42 +02:00
de3965e144 [BUG] Fix output jars being larger than they should, and change to JarManager 2023-11-05 18:24:42 +02:00
d7a95ba907 [CLEAN] Cleanup Imports 2023-11-05 10:23:02 +02:00
4a96d5ddf4 [BUG] Let's hope this is the last newline issue fix 2023-11-04 23:11:45 +02:00
948c3647a1 [BUG] Fix UTF-8 values in remapped text files 2023-11-04 22:41:37 +02:00
2e9957d2ce [BUG] Fix newline issues in remapped text files 2023-11-04 21:59:55 +02:00
ff0b83c247 [BUG] Fix files being detected as text when it's a binary 2023-11-04 21:24:59 +02:00
dbae4aeffa [BUG] Add missed null check 2023-11-04 02:26:28 +02:00
d93ba37344 [DOCS] Fix quilt extension name in example docs 2023-11-04 02:12:59 +02:00
32303ade57 [CHORE] Bump Version 2023-11-04 02:12:25 +02:00
e1cba918e9 [BUG] Don't check missing jars if project config is not defined in the first place 2023-11-04 02:08:57 +02:00
f5b833627b [CHANGE] Allow null jarVersion to remove version from output jar name 2023-11-04 02:08:48 +02:00
6128d47b0f Apply license headers 2023-11-04 01:18:00 +02:00
4531d8c1f8 Populate readme file. To be improved later on 2023-11-04 01:17:31 +02:00
c0aa1b180e Fix maven publishing config 2023-11-04 01:17:16 +02:00
a7cfeec9f4 Allow either file or task inputs 2023-11-04 00:57:28 +02:00
0437729cd6 First working commit 2023-11-03 20:30:44 +02:00