safedb 디버깅
This commit is contained in:
+3
-1
@@ -217,6 +217,8 @@ tasks.test {
|
||||
|
||||
println "classpath : ${classpath}"
|
||||
|
||||
systemProperty "safedb", project.property("safedb")
|
||||
systemProperty "safedb", project.hasProperty("safedb")
|
||||
println "project.property : ${systemProperty("safedb", null)}"
|
||||
println "-------------------------------------------------------------------------------------"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user