spheenik / clarity-analyzer

JavaFX-Application to interactively visualize the raw data of a Dota 2, CSGO, CS2 or Deadlock replay.
BSD 3-Clause "New" or "Revised" License
48 stars 19 forks source link

Building with JDK9 on Win10 #6

Open Auroir opened 6 years ago

Auroir commented 6 years ago

The Maven build file needs another dependency for my setup:

    <dependency>
         <groupId>javax.javaee</groupId>
         <artifactId>javaee</artifactId>
         <version>6.0-alpha-1</version>
    </dependency>