leventov / Koloboke

Java Collections till the last breadcrumb of memory and performance
https://koloboke.com/
1.01k stars 139 forks source link

build error using ./gradlew :buildMeta #64

Closed piaosama closed 6 years ago

piaosama commented 6 years ago

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?

piaosama commented 6 years ago

find the solution, the src should be compiled under jdk8
This issue can be closed