gradle configuration update #7

Merged
UpcraftLP merged 9 commits from gradle-update into master 2019-02-16 00:17:56 +00:00
2 changed files with 38 additions and 38 deletions
Showing only changes of commit 8c0584bbaf - Show all commits

View File

@ -63,12 +63,15 @@ jar {
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
// configure the maven publication // configure the maven publication
publishing { publishing {
publications { publications {
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
mavenJava(MavenPublication) { mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven // add all the jars that should be included when publishing to maven
artifact jar artifact(jar) {
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
builtBy remapJar
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
}
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
artifact javadocJar artifact javadocJar
artifact sourcesJar artifact(sourcesJar) {
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
builtBy remapSourcesJar
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
}
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
} }
} }
@ -78,8 +81,5 @@ publishing {
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
// mavenLocal() // mavenLocal()
} }
} }
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
// make sure that jars are properly remapped before uploading
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
tasks.publish.dependsOn build
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
tasks.build.dependsOn javadocJar tasks.build.dependsOn javadocJar

modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation
modmuss50 commented 2019-02-15 21:03:34 +00:00 (Migrated from github.com)
Review

Bad indentation

Bad indentation