Advertisement
Guest User

kiwi error

a guest
Oct 6th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. D:\programming\gamedev\spacegame>gradlew html:dist
  2. Configuration on demand is an incubating feature.
  3. :html:clean
  4. :html:addSource
  5. :core:compileJava UP-TO-DATE
  6. :core:processResources UP-TO-DATE
  7. :core:classes UP-TO-DATE
  8. :core:jar UP-TO-DATE
  9. :html:compileJava
  10. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  11. 1 warning
  12. :html:processResources UP-TO-DATE
  13. :html:compileGwt
  14. Compiling module com.lenis0012.spacegame.GdxDefinition
  15. Validating units:
  16. [ERROR] Errors in 'jar:file:/C:/Users/Lennart/.gradle/caches/modules-2/files-2.1/com.github.czyzby/gdx-kiwi/1.7.1.9.3/7c3638ca3edae20f3cc1473d2d9b981ab6dc6540/gdx-kiwi-1.7.1.9.3-sources.jar!/com/github/czyzby/kiwi/util/gdx/collection/GdxMaps.java'
  17. [ERROR] Line 66: The constructor OrderedMap<Key,Value>(ObjectMap<capture#3-of ? extends Key,capture#4-of ? extends Value>) is undefined
  18. [ERROR] Line 212: The constructor OrderedMap<Key,Value>(ObjectMap<capture#13-of ? extends Key,capture#14-of ? extends Value>) is undefined
  19. [ERROR] Aborting compile due to errors in some input files
  20. :html:compileGwt FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement