mirror of
https://github.com/Xevion/everything-on-a-stick.git
synced 2026-01-31 04:24:12 -06:00
fix indentation
This commit is contained in:
+6
-6
@@ -63,12 +63,15 @@ jar {
|
||||
// configure the maven publication
|
||||
publishing {
|
||||
publications {
|
||||
|
||||
mavenJava(MavenPublication) {
|
||||
// add all the jars that should be included when publishing to maven
|
||||
artifact jar
|
||||
artifact(jar) {
|
||||
builtBy remapJar
|
||||
}
|
||||
artifact javadocJar
|
||||
artifact sourcesJar
|
||||
artifact(sourcesJar) {
|
||||
builtBy remapSourcesJar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,8 +81,5 @@ publishing {
|
||||
// mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
// make sure that jars are properly remapped before uploading
|
||||
tasks.publish.dependsOn build
|
||||
tasks.build.dependsOn javadocJar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user