fix: bumped processor to fixed version 0.2.1
This commit is contained in:
parent
3272be2fae
commit
afd65ce815
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ forge = "1.16.5-36.2.34"
|
||||||
autoService = "1.0.1"
|
autoService = "1.0.1"
|
||||||
javaPoet = "1.13.0"
|
javaPoet = "1.13.0"
|
||||||
lillero = "0.3.0"
|
lillero = "0.3.0"
|
||||||
lilleroProcessor = "0.2.0"
|
lilleroProcessor = "0.2.1"
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
forgeGradle = { id = "net.minecraftforge.gradle", version.ref = "forgeGradle" }
|
forgeGradle = { id = "net.minecraftforge.gradle", version.ref = "forgeGradle" }
|
||||||
|
@ -18,4 +18,4 @@ autoService = { group = "com.google.auto.service", name = "auto-service", versio
|
||||||
autoServiceAnnotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoService" }
|
autoServiceAnnotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoService" }
|
||||||
javaPoet = { group = "com.squareup", name = "javapoet", version.ref = "javaPoet" }
|
javaPoet = { group = "com.squareup", name = "javapoet", version.ref = "javaPoet" }
|
||||||
lillero = { group = "ftbsc", name = "lll", version.ref = "lillero" }
|
lillero = { group = "ftbsc", name = "lll", version.ref = "lillero" }
|
||||||
lilleroProcessor = { group = "ftbsc.lll", name = "processor", version.ref = "lilleroProcessor" }
|
lilleroProcessor = { group = "ftbsc.lll", name = "processor", version.ref = "lilleroProcessor" }
|
||||||
|
|
Loading…
Reference in a new issue