1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Remove public.

This commit is contained in:
Cedric Beust 2017-02-14 16:50:46 -08:00
parent 86dec889f2
commit 2d9dd077e6

View file

@ -1,6 +1,6 @@
package com.beust.kobalt package com.beust.kobalt
public class SystemProperties { class SystemProperties {
companion object { companion object {
val javaBase = System.getProperty("java.home") ?: val javaBase = System.getProperty("java.home") ?:
(System.getenv("JAVA_HOME") ?: throw IllegalArgumentException("JAVA_HOME not defined")) (System.getenv("JAVA_HOME") ?: throw IllegalArgumentException("JAVA_HOME not defined"))