1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 00:10:47 +00:00
CC-Tweaked/buildSrc
Jonathan Coates 9db3e6d2a0
Load the CC API with services loaders
This is a little odd (it's more complex for one!), but means we can
reuse the internal API interface in other classes, which is useful for
the data provider refactor I'm about to do.

This is much nicer in Java 17 :D (records, ServiceLoader.stream()),
but such is the perils of still targetting 1.16.
2022-10-21 23:50:44 +01:00
..
src/main/kotlin/cc/tweaked/gradle Load the CC API with services loaders 2022-10-21 23:50:44 +01:00
build.gradle.kts Use a Gradle plugin to download illuaminate 2022-09-11 14:11:33 +01:00