gradle: Small changes
This commit is contained in:
@@ -42,7 +42,7 @@ plugins {
|
||||
application
|
||||
}
|
||||
|
||||
val localGitCommit = try {
|
||||
val localGitCommit: String = try {
|
||||
val projectPath = rootProject.projectDir.absolutePath
|
||||
Grgit.open(mapOf("dir" to projectPath)).head().id
|
||||
} catch (_: Exception) {
|
||||
@@ -96,7 +96,7 @@ subprojects {
|
||||
}
|
||||
}
|
||||
|
||||
mavenCentral();
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
apply<JavaLibraryPlugin>()
|
||||
|
||||
Reference in New Issue
Block a user