mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Added configuration prints to gradle script
This commit is contained in:
@@ -18,6 +18,11 @@ val platform: String = when {
|
||||
osName.startsWith("Linux", ignoreCase = true) -> "linux"
|
||||
else -> ""
|
||||
}
|
||||
println("Configuration:")
|
||||
println(" Java Version: $javaVersion")
|
||||
println(" Java Major Version: $javaMajorVersion")
|
||||
println(" Kotlin Target: $kotlinTargetJdk")
|
||||
println(" Platform: $platform")
|
||||
|
||||
subprojects {
|
||||
ext {
|
||||
|
||||
Reference in New Issue
Block a user