File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -146,4 +146,6 @@ dependency-reduced-pom.xml
146146.vscode /** /*
147147
148148settings.xml
149- toolchains.xml
149+ toolchains.xml
150+
151+ /sandbox /data
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ group = 'us.mcparks'
7373version = ' 1.12-1-' + gitVersion()
7474description = ' ShowScript'
7575java. sourceCompatibility = JavaVersion . VERSION_1_8
76+ java. targetCompatibility = JavaVersion . VERSION_1_8
7677archivesBaseName = ' showscript'
7778shadowJar. archiveFileName = " showscript.jar"
7879build. dependsOn(shadowJar)
@@ -82,6 +83,33 @@ publishing {
8283 publications {
8384 gpr(MavenPublication ) {
8485 artifact file(" build/libs/showscript.jar" )
86+ pom {
87+ name = " ShowScript"
88+ description = " A Spigot plugin and programming language for scheduling commands to run at specified timecodes"
89+ url = " https://github.com/MCParks/ShowScript"
90+
91+ licenses {
92+ license {
93+ // agpl-3.0
94+ name = " GNU Affero General Public License v3.0"
95+ url = " https://www.gnu.org/licenses/agpl-3.0.html"
96+ }
97+ }
98+
99+ developers {
100+ developer {
101+ id = " MCParks"
102+ name = " MCParks"
103+ email = " "
104+ }
105+ }
106+
107+ scm {
108+ connection = " scm:git:git://github.com/MCParks/ShowScript.git"
109+ developerConnection = " scm:git:ssh://github.com/MCParks/ShowScript.git"
110+ url = " https://github.com/MCParks/ShowScript"
111+ }
112+ }
85113 }
86114 }
87115 repositories {
You can’t perform that action at this time.
0 commit comments