Skip to content

Commit 21ec58e

Browse files
committed
bump fastj version to 1.5.0, use jitpack
1 parent 6a3efa1 commit 21ec58e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ application.mainModule.set('fastj.templategame')
3737

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

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

4949

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

0 commit comments

Comments
 (0)