dfsek
43874521db
remove jcenter from buildscripts
2021-07-29 08:22:41 -07:00
dfsek
7f3a7645bd
BasePluginConvention -> BasePluginExtension
2021-07-23 18:08:42 -07:00
dfsek
2790373071
JavaPluginConvention -> JavaPluginExtension
2021-07-23 18:02:10 -07:00
dfsek
7b70478a7f
remove configureCommon function
2021-07-23 15:01:48 -07:00
dfsek
1ae9ae71de
remove configureAddon
2021-07-23 11:51:41 -07:00
dfsek
fb26b02ad1
apply common configurations automatically
2021-07-23 11:47:54 -07:00
dfsek
4c7179cfa2
apply java plugin in CompilationConfig
2021-07-23 11:22:58 -07:00
dfsek
fb6f591f0b
apply java-library plugin in CompilationConfig
2021-07-23 11:22:29 -07:00
dfsek
507ea8bc88
run configurePublishing from CommonConfig
2021-07-23 11:16:15 -07:00
dfsek
bbcd571156
create PublishingConfig and configurePublishing function
2021-07-23 11:15:21 -07:00
dfsek
fe18d89580
create configureAddon method
2021-07-23 11:03:39 -07:00
dfsek
a15e45875e
automatically depend on API in addons
2021-07-23 10:59:24 -07:00
dfsek
bcc6e314eb
fix afterEvaluate issue
2021-07-23 10:58:02 -07:00
dfsek
789d5d1e23
automatically declare addon dependencies
2021-07-23 10:53:59 -07:00
dfsek
e16208bd76
depend on guava in DependencyConfig
2021-07-23 10:47:37 -07:00
dfsek
af1520eb83
fix gradle dependency stuff
2021-07-21 16:18:06 -07:00
dfsek
98a0c9e052
include lang files in resource manifest
2021-07-17 17:59:16 -07:00
dfsek
c65ea812ed
create Gradle task to generate resource manifest
2021-07-17 16:57:49 -07:00
dfsek
c26418b5ba
depend on SnakeYAML in buildSrc
2021-07-17 16:32:43 -07:00
dfsek
b626b74624
dont minify
2021-07-17 14:48:26 -07:00
dfsek
589158ee71
reformat
2021-07-13 14:24:33 -07:00
dfsek
d09ef5052a
correct link to ShadowJar issue
2021-07-10 21:19:57 -07:00
dfsek
3f539b1e30
bundle addons in JAR
2021-07-10 21:17:21 -07:00
dfsek
3dc564c0f7
move compiled addons to run directories
2021-07-09 13:06:29 -07:00
dfsek
f61883547e
add gradle stuff to automatically build addons
2021-07-09 08:21:30 -07:00
dfsek
4bac67b8d7
fix imports
2021-06-24 00:19:18 -07:00
dfsek
16fcf09c78
gradle 7 (temporarily remove Forge module)
2021-05-28 15:10:30 -07:00
dfsek
6fbb5d712e
add license, wiki, source and issue URLs to properties
2021-05-14 23:30:36 -07:00
dfsek
b663d34320
add DESCRIPTION to processResources
2021-05-14 23:09:08 -07:00
dfsek
6da8924868
Merge pull request #145 from PolyhedralDev/dev/forge
...
Forge implementation
2021-05-02 17:38:56 -07:00
DJtheRedstoner
19edcbddd5
Fix mixin annotation processor issues
...
These issues were caused by CompilationConfig.configureCompilation()
overwriting JavaCompile's options.compilerArgs list which removed any
previously added arguments, including those added by fabric-loom and
mixingradle.
2021-05-02 18:17:18 -04:00
solonovamax
aa9e33af1d
Remove old and deprecated compile configuration + some minor refactoring
...
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
2021-05-01 16:53:45 -04:00
solonovamax
4c1e1bb7d5
Improve gradle performance significantly
...
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
2021-04-28 20:43:53 -04:00
dfsek
01d169256e
properly relocate dependencies
2021-04-11 17:49:39 -07:00
dfsek
b1a1001c49
clean up buildscripts
2021-03-26 08:50:58 -07:00
dfsek
0fcc0f798c
fabric cleanup, move lang and config to common
2021-02-24 13:59:25 -07:00
dfsek
b8cec40317
cleanup again
2021-02-07 13:58:17 -07:00
dfsek
beb18c6e2c
Merge branch 'structurelocate' into biome
...
# Conflicts:
# build.gradle.kts
2021-01-17 01:25:28 -07:00
dfsek
09c1957ab6
StructureLocateEvent implementation
2021-01-16 17:30:11 -07:00
dfsek
b2c3498a32
create DistributionTest
2021-01-16 14:37:00 -07:00
dfsek
11a6546064
oops
2021-01-10 00:01:53 -07:00
dfsek
771e42d1a8
Add Terra name classifier to Jars
2021-01-09 23:58:46 -07:00
solonovamax
a614d7dddd
Completely redo how gradle works ( #40 )
...
* make getWorldEdit() never null.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* Locate commands work like vanilla
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* Completely rework all the gradle stuff for the subprojects
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* Update gradle version
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* make :common an api in the bukkit build.gradle
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* Move git clone function to CommonConfig.kt + make processResources depend on downloadDefaultPacks
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* clean up common build.gradle.kts
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* remove sponge
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* rename fabric group from com.dfsek.terra.bukkit to com.dfsek.terra.fabric
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* idk why this was removed some how?
It shows it's still in the main repo, but it was removed for me /shrug
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* Fix shading issues.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
* Fix issues with fabric-loom being stupid and requiring the plugin on the root project.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com >
2020-12-15 02:37:38 -07:00