Skip to content

Commit

Permalink
build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Jan 20, 2023
1 parent a72dcfd commit 6613402
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ minecraft {
}
}
}

server {
workingDirectory project.file('run')

Expand All @@ -47,26 +46,9 @@ minecraft {
}
}
}

data {
workingDirectory project.file('run')

property 'forge.logging.markers', 'REGISTRIES'
property 'forge.logging.console.level', 'debug'

args '--mod', 'hellishlocalization', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/')

mods {
hellishlocalization {
source sourceSets.main
}
}
}
}
}

sourceSets.main.resources { srcDir 'src/generated/resources' }

repositories {
maven {
name "cursemaven"
Expand Down Expand Up @@ -100,6 +82,6 @@ jar {
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
}
}

jar.finalizedBy('reobfJar')
finalizedBy 'reobfJar'
}

0 comments on commit 6613402

Please sign in to comment.