Skip to content

Commit 09e506b

Browse files
committed
Removed EntityAnno
1 parent c4e8c3f commit 09e506b

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@ plugins{
2424
val arcVersion: String by project
2525
val mindustryVersion: String by project
2626
val mindustryBEVersion: String by project
27-
val entVersion: String by project
2827

2928
val modName: String by project
3029
val modArtifact: String by project
31-
val modFetch: String by project
32-
val modGenSrc: String by project
33-
val modGen: String by project
3430

3531
val androidSdkVersion: String by project
3632
val androidBuildVersion: String by project

gradle.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
##### Project configurations.
22
# The mod's internal name, corresponds to `name` in `mod.json`.
33
modName = 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`.
95
modArtifact = 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`.
179
mindustryBE = false

settings.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
pluginManagement{
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

0 commit comments

Comments
 (0)