mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-02 18:17:36 +01:00
fix description, publish main branch
This commit is contained in:
parent
07b7b27f3a
commit
1948fdcd26
@ -129,8 +129,8 @@ allprojects {
|
||||
processResources {
|
||||
filesMatching("fabric.mod.json") {
|
||||
filter(org.apache.tools.ant.filters.ReplaceTokens, tokens: [
|
||||
version : version,
|
||||
description: description
|
||||
version : rootProject.version,
|
||||
description: rootProject.description
|
||||
])
|
||||
}
|
||||
}
|
||||
@ -319,7 +319,7 @@ curseforge {
|
||||
}
|
||||
}
|
||||
|
||||
if (getBranch() == "master" && ENV.CURSEFORGE_API_KEY && !ENV.CURSEFORGE_API_KEY.isEmpty()) {
|
||||
if (getBranch() == "main" && ENV.CURSEFORGE_API_KEY && !ENV.CURSEFORGE_API_KEY.isEmpty()) {
|
||||
defaultTasks("clean", "build", "curseforge")
|
||||
} else {
|
||||
defaultTasks("clean", "build")
|
||||
|
Loading…
Reference in New Issue
Block a user