Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 13:00:05 +01:00
Default gitCommitHash
Dieser Commit ist enthalten in:
Ursprung
a1680886a4
Commit
a64a53db7f
@ -44,9 +44,11 @@ if (!project.hasProperty("gitCommitHash") && !JavaVersion.current().isJava6()) {
|
|||||||
ext.gitCommitHash = repo.head().abbreviatedId
|
ext.gitCommitHash = repo.head().abbreviatedId
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
println "Error getting commit hash: " + e.getMessage()
|
println "Error getting commit hash: " + e.getMessage()
|
||||||
ext.gitCommitHash = "no_git_id"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!project.hasProperty("gitCommitHash")) {
|
||||||
|
ext.gitCommitHash = "no_git_id"
|
||||||
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren