Skip to content

Commit

Permalink
cleanup gradle and update optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothrazar committed Feb 6, 2024
1 parent 8b62c8a commit bfeb28e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ task signJar(type: SignJar, dependsOn: jar) {
outputFile = jar.archivePath
}

task copyJar(type: Copy) {
from jar
into "${dist_folder}"
}

task cleanJar {
delete 'build/libs'
}
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ forge_version=36.2.34
mappings_version=20201028-1.16.3

# optional dependencies
botania_version=1.16.5-419
botania_version=1.16.5-420.3
crafttweaker_version=7.1.2.526
curios_version=1.16.5-4.1.0.0
jei_version=jei-1.16.5:7.8.0.1009
patchouli_version=1.16.4-53.3

# folder to copy the build output jar
dist_folder=c:/temp

0 comments on commit bfeb28e

Please sign in to comment.