File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" apex-conventions.neoforge" ) version " 0.1.88 "
3- id(" apex-conventions.maven-publishing" ) version " 0.1.88 "
4- id(" apex-conventions.jspecify" ) version " 0.1.88 "
2+ id(" apex-conventions.neoforge" )
3+ id(" apex-conventions.maven-publishing" )
4+ id(" apex-conventions.jspecify" )
55}
66
77group = " dev.apexstudios"
8-
9- apex.neoVersion(" 26.1.0.0-alpha.5+snapshot-2" )
10- apex.extendCompilerErrors()
8+ neoForge.version = " 26.1.0.0-alpha.5+snapshot-2"
119
1210tasks.withType<Jar > {
1311 manifest {
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ pluginManagement {
33 maven(" https://maven.apexstudios.dev/proxy" )
44 gradlePluginPortal()
55 }
6+
7+ resolutionStrategy {
8+ eachPlugin {
9+ if (requested.id.namespace == " apex-conventions" ) {
10+ useVersion(" 0.1.90" )
11+ }
12+ }
13+ }
614}
715
816plugins {
You can’t perform that action at this time.
0 commit comments