when i type "./gradlew :buildMeta" after "git clone ", it responses below:
"
Unzipping C:\Users\Nanoha.gradle\wrapper\dists\gradle-2.0-all\7rd4e4rcg4riqi0j6j508m2lbk\gradle-2.0-all.zip to C:\Users\Nanoha.gradle\wrapper\dists\gradle-2.0-all\7rd4e4rcg4riqi0j6j508m2lbk
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/2.0/userguide/gradle_daemon.html.
Configuration on demand is an incubating feature.
:jpsg:core:compileKotline: D:\ide workspaces\Koloboke\jpsg\core\src\main\java\com\koloboke\jpsg\CheckingMatcher.kt: (47, 36): Type mismatch: inferred type is String but Int was expected
e: D:\ide workspaces\Koloboke\jpsg\core\src\main\java\com\koloboke\jpsg\CheckingMatcher.kt: (59, 34): Type mismatch: inferred type is String but Int was expected
FAILED
when i type "./gradlew :buildMeta" after "git clone ", it responses below: " Unzipping C:\Users\Nanoha.gradle\wrapper\dists\gradle-2.0-all\7rd4e4rcg4riqi0j6j508m2lbk\gradle-2.0-all.zip to C:\Users\Nanoha.gradle\wrapper\dists\gradle-2.0-all\7rd4e4rcg4riqi0j6j508m2lbk To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/2.0/userguide/gradle_daemon.html. Configuration on demand is an incubating feature. :jpsg:core:compileKotline: D:\ide workspaces\Koloboke\jpsg\core\src\main\java\com\koloboke\jpsg\CheckingMatcher.kt: (47, 36): Type mismatch: inferred type is String but Int was expected e: D:\ide workspaces\Koloboke\jpsg\core\src\main\java\com\koloboke\jpsg\CheckingMatcher.kt: (59, 34): Type mismatch: inferred type is String but Int was expected FAILED
"
Anybody can help me?