File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,9 @@ plugins{
2424val arcVersion: String by project
2525val mindustryVersion: String by project
2626val mindustryBEVersion: String by project
27- val entVersion: String by project
2827
2928val modName: String by project
3029val modArtifact: String by project
31- val modFetch: String by project
32- val modGenSrc: String by project
33- val modGen: String by project
3430
3531val androidSdkVersion: String by project
3632val androidBuildVersion: String by project
Original file line number Diff line number Diff line change 11# #### Project configurations.
22# The mod's internal name, corresponds to `name` in `mod.json`.
33modName = pyguy.jsonlib
4- # The mod's fetched entity sources package.
5- modFetch = pyguy.jsonlib.fetched
6- # The mod's input entity sources package.
7- modGenSrc = pyguy.jsonlib.entities.comp
84# The mod's JAR file name. Desktop build is suffixed with `Desktop`.
95modArtifact = CustomJsonLib
106
11- # EntityAnno version, for integrating syntax-downgrader and entity annotation processor.
12- # The exact version you need should be looked up on the project's `README.md`
13- # (see https://github.com/GlennFolker/EntityAnno?tab=readme-ov-file#version-compatibility).
14- entVersion = v146.0.10
157# Set to `true` if the mod is compiled against Mindustry bleeding-edge build.
168# See documents on `mindustryVersion` and `mindustryBEVersion`.
179mindustryBE = false
Original file line number Diff line number Diff line change 11pluginManagement{
22 repositories{
33 gradlePluginPortal()
4- maven(" https://raw.githubusercontent.com/GlennFolker/EntityAnnoMaven/main" )
5- }
6-
7- plugins{
8- val entVersion: String by settings
9- id(" com.github.GlennFolker.EntityAnno" ) version(entVersion)
104 }
115}
126
You can’t perform that action at this time.
0 commit comments