Skip to content

Commit

Permalink
bump fastj version to 1.5.0, use jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Aug 4, 2021
1 parent 6a3efa1 commit 21ec58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ application.mainModule.set('fastj.templategame')

/* When you add a dependency on another project (like FastJ), you need to add specify where the
* dependencies are coming from!
* FastJ is hosted on Maven Central, so we'll add it here. */
* FastJ is hosted on Maven Central and Jitpack.io, so we"ll add the jitpack.io dependency here. */
repositories.maven {
url('https://oss.sonatype.org/content/repositories/snapshots/')
url('https://jitpack.io/')
}
repositories.mavenCentral()

/* The dependency for FastJ, the game engine this template depends on. */
dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.5.0-SNAPSHOT-2')
dependencies.implementation('com.github.fastjengine:FastJ:1.5.0')


/* JLink is used to configure the executables and other distributions for your project. */
Expand Down

0 comments on commit 21ec58e

Please sign in to comment.