modrinth upload
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.2-SNAPSHOT'
|
||||
id 'com.diffplug.spotless' version '6.19.0'
|
||||
id "com.modrinth.minotaur" version "2.+"
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
@@ -50,3 +51,13 @@ spotless {
|
||||
formatAnnotations()
|
||||
}
|
||||
}
|
||||
|
||||
import com.modrinth.minotaur.dependencies.ModDependency
|
||||
modrinth {
|
||||
token = System.getenv("MODRINTH_TOKEN")
|
||||
projectId = 'C1naQCmt'
|
||||
uploadFile = remapJar
|
||||
gameVersions = ['1.20.2']
|
||||
loaders = ['fabric']
|
||||
dependencies = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user