Skip to content

Commit

Permalink
build: update stickynote to 1.7.97
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Nov 8, 2024
1 parent c818079 commit c6df306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,6 @@ subprojects {
publishing {
publications {
create<MavenPublication>("maven") {
// shadow.component(this)
// artifact(tasks["sourcesJar"])
// from(components["java"])
/*tasks.named<ShadowJar>("shadowJar") {
configurations = listOf(this@subprojects.configurations.getByName("compileOnlyApiResolved"))
}*/
// from(components["shadow"])
artifact(publicationShadowJar.get())
artifact(tasks["sourcesJar"])
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
}

plugins {
id("org.sayandev.stickynote.settings") version "1.7.95"
id("org.sayandev.stickynote.settings") version "1.7.97"
}

rootProject.name = "SayanVanish"
Expand Down

0 comments on commit c6df306

Please sign in to comment.