Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed May 1, 2024
1 parent cd47f0a commit 6128fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ val shadowJar by tasks.getting(ShadowJar::class) {
)
}

@Suppress("UnstableApiUsage") // `@Incubating` properties of `gradlePlugin`.
gradlePlugin {
website.set("https://spine.io")
vcsUrl.set("https://github.com/SpineEventEngine/ProtoTap")
Expand Down

0 comments on commit 6128fb5

Please sign in to comment.