Skip to content

Commit

Permalink
Fix branch not compiling to allow gradle build (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafreynolds authored Dec 17, 2023
1 parent fcadb08 commit e2b8b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ dependencies {
modImplementation "curse.maven:configured-457570:${configured_version}"
modImplementation "curse.maven:jei-238222:${jei_version}"

// modCompileOnly "curse.maven:immersive-portals-355440:4375619"
//_must_ be compileOnly, not modCompileOnly, as the IP forge jar contains fabric related stuff that it isn't expecting for forge
//this also means that we cannot test immersive portals in the dev environment, as it wont get correct mappings
compileOnly "curse.maven:immersive-portals-355440:${ip_forge_version}"

// With ForgeGradle 5, use the runtimeOnly configuration
//runtimeOnly("me.djtheredstoner:DevAuth-${dev_auth_module_forge}:${dev_auth_forge_version}")
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ world_edit_version=3922622
structure_expansion_version=3909814
configured_version=4011355
jei_version=4239206
ip_forge_version=4477626
dev_auth_module_forge=forge-latest
dev_auth_forge_version=1.1.2

0 comments on commit e2b8b70

Please sign in to comment.