Skip to content

Commit

Permalink
use attach 4.0.9 + audio, working build complete
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Nov 26, 2020
1 parent da6c237 commit f564257
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Breakout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<fxgl.version>dev-SNAPSHOT</fxgl.version>
<jfx.maven.plugin.version>0.0.4</jfx.maven.plugin.version>
<client.plugin.version>0.1.35</client.plugin.version>
<attach.version>4.0.8</attach.version>
<attach.version>4.0.9</attach.version>
<mainClassName>com.almasb.fxglgames.breakout.BreakoutApp</mainClassName>
</properties>

Expand All @@ -29,7 +29,12 @@
<artifactId>fxgl</artifactId>
<version>${fxgl.version}</version>
</dependency>


<dependency>
<groupId>com.gluonhq.attach</groupId>
<artifactId>audio</artifactId>
<version>${attach.version}</version>
</dependency>
<dependency>
<groupId>com.gluonhq.attach</groupId>
<artifactId>lifecycle</artifactId>
Expand Down Expand Up @@ -127,6 +132,7 @@
<configuration>
<nativeImageArgs>--allow-incomplete-classpath</nativeImageArgs>
<attachList>
<list>audio</list>
<list>lifecycle</list>
<list>storage</list>
<list>util</list>
Expand Down

0 comments on commit f564257

Please sign in to comment.