Adds missing dependencies
Some checks failed
EpicKnarvik97/Rogue101/master There was a failure building this commit
Some checks failed
EpicKnarvik97/Rogue101/master There was a failure building this commit
This commit is contained in:
parent
e73a596bb6
commit
0d8cd843cd
9
pom.xml
9
pom.xml
@ -36,6 +36,11 @@
|
||||
<artifactId>javafx-media</artifactId>
|
||||
<version>12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-graphics</artifactId>
|
||||
<version>12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@ -118,8 +123,8 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>9</source>
|
||||
<target>9</target>
|
||||
<source>8</source>
|
||||
<target>8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user