Skip to content

Commit ff92a36

Browse files
committed
ci: fix maven publishing name
1 parent b08160d commit ff92a36

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

common/build.gradle.kts

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ deployer {
3232
url = "https://github.com/milkdrinkers/versionwatch"
3333
}
3434

35-
license({
36-
name = "GNU General Public License Version 3"
37-
url = "https://www.gnu.org/licenses/gpl-3.0.en.html#license-text"
38-
})
35+
license("GNU General Public License Version 3", "https://www.gnu.org/licenses/gpl-3.0.en.html#license-text")
3936

4037
developer({
4138
name.set("darksaid98")

0 commit comments

Comments
 (0)