Skip to content

Commit

Permalink
Merge pull request #35 from WilderForge/4.1.0.2-branch
Browse files Browse the repository at this point in the history
4.1.0.2 branch
  • Loading branch information
Gamebuster19901 authored Dec 4, 2024
2 parents abd1852 + 40ef463 commit 36db6e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ tasks.named('publish') {
dependsOn 'checkArtifactExists'
}


tasks.withType(PublishToMavenRepository).configureEach {
if (it.name.equals("publishPluginMavenPublicationToMavenRepository")) {
logger.lifecycle("Disabling task: ${it.name}")
it.enabled = false
}
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#The version of the WilderWorkspace gradle plugin
workspaceVersion = 4.1.0.1
workspaceVersion = 4.1.0.2

#dependencies that projects using WilderWorkspace will need in order to mod Wildermyth
accessWidenerVersion = 2.1.0
Expand Down

0 comments on commit 36db6e4

Please sign in to comment.