File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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. */
4141repositories. maven {
42- url(' https://oss.sonatype.org/content/repositories/snapshots /' )
42+ url(' https://jitpack.io /' )
4343}
4444repositories. 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. */
You can’t perform that action at this time.
0 commit comments