[ANY] Навёл порядок в скриптах сборки.

This commit is contained in:
Zaxar163 2019-08-13 15:20:10 +03:00
parent 2eb994f313
commit 3f6eb3156d
4 changed files with 2 additions and 28 deletions

View file

@ -164,49 +164,29 @@ task dumpClientLibs(type: Copy) {
publishing {
publications {
launchserverapi(MavenPublication) {
artifactId = 'launchserver-api'
artifact cleanjar
pom {
name = 'GravitLauncher LaunchServer API'
description = 'GravitLauncher LaunchServer Module API'
url = 'https://launcher.gravit.pro'
licenses {
license {
name = 'GNU General Public License, Version 3.0'
url = 'https://www.gnu.org/licenses/gpl-3.0.html'
}
}
scm {
connection = 'scm:git:https://github.com/GravitLauncher/Launcher.git'
developerConnection = 'scm:git:ssh://git@github.com:GravitLauncher/Launcher.git'
url = 'https://launcher.gravit.pro/'
}
}
}
}
}
signing {

View file

@ -8,7 +8,6 @@
import oshi.hardware.HWDiskStore;
import oshi.hardware.HardwareAbstractionLayer;
import oshi.hardware.NetworkIF;
import oshi.hardware.SoundCard;
import oshi.hardware.UsbDevice;
import pro.gravit.utils.helper.LogHelper;

View file

@ -33,12 +33,7 @@
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.annotationProcessorPath = configurations.aptOnly
}
}
subprojects {
tasks.withType(JavaCompile) {
options.incremental = true // one flag, and things will get MUCH faster
options.incremental = true // one flag, and things will get MUCH faster
}
}

@ -1 +1 @@
Subproject commit dcd2d6491191d03238a4c396ac8f21a0db650ed6
Subproject commit d379b7da2079c8b2cdec69d5795841bfb842f7ba