We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a939aa8 commit 3bd1ac2Copy full SHA for 3bd1ac2
1 file changed
build.gradle.kts
@@ -12,7 +12,7 @@ version = "1.3.6"
12
mavenCentralPublish {
13
useCentralS01()
14
singleDevGithubProject("gnuf0rce", "netdisk-filesync-plugin", "cssxsh")
15
- licenseFromGitHubProject("AGPL-3.0", "master")
+ licenseFromGitHubProject("AGPL-3.0")
16
workingDir = System.getenv("PUBLICATION_TEMP")?.let { file(it).resolve(projectName) }
17
?: project.buildDir.resolve("publishing-tmp")
18
publication {
0 commit comments