Dependency Bump

This commit is contained in:
Frank 2023-12-20 13:30:20 +01:00
parent 3a4f81e07d
commit 53223d1a35
3 changed files with 6 additions and 6 deletions

View file

@ -133,7 +133,7 @@ javadoc {
} }
task javadocJar(type: Jar, dependsOn: javadoc) { task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc' archiveClassifier = 'javadoc'
from javadoc.destinationDir from javadoc.destinationDir
} }
@ -141,7 +141,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
// if it is present. // if it is present.
// If you remove this task, sources will not be generated. // If you remove this task, sources will not be generated.
task sourcesJar(type: Jar, dependsOn: classes) { task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources' archiveClassifier = 'sources'
from sourceSets.main.allSource from sourceSets.main.allSource
} }

View file

@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.20.1 minecraft_version=1.20.1
loader_version=0.14.21 loader_version=0.15.3
fabric_version=0.86.1+1.20.1 fabric_version=0.91.0+1.20.1
#Loom #Loom
loom_version=1.0-SNAPSHOT loom_version=1.4-SNAPSHOT
#Modrinth #Modrinth
modrinth_versions=["1.20", "1.20.1"] modrinth_versions=["1.20", "1.20.1"]
#`release`, `beta` or `alpha` #`release`, `beta` or `alpha`

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists