update template

This commit is contained in:
Riccardo Balbo
2025-06-10 19:16:26 +02:00
parent cc039e3fc1
commit b76e566a0a
2 changed files with 7 additions and 10 deletions

View File

@@ -1,9 +1,3 @@
/*
* This file was generated by the Gradle 'init' task.
*
* This generated file contains a sample Java application project to get you started.
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.13/userguide/building_java_projects.html in the Gradle documentation.
*/
plugins { plugins {
id 'application' id 'application'
@@ -13,10 +7,13 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
maven { url 'https://maven.ngengine.org/NostrGameEngine/nge-platforms' }
maven { url 'https://maven.ngengine.org/NostrGameEngine/nostr4j' }
maven { url 'https://maven.ngengine.org/NostrGameEngine/ngengine' }
mavenCentral() mavenCentral()
maven {
url = uri("https://central.sonatype.com/repository/maven-snapshots")
}
maven {
url = "https://maven.rblb.it/NostrGameEngine/libdatachannel-java"
}
} }
dependencies { dependencies {

View File

@@ -1,6 +1,6 @@
org.gradle.configuration-cache=false org.gradle.configuration-cache=false
ngeVersion=0.0.0-SNAPSHOT ngeVersion=0.0.5
version=1.0.0 version=1.0.0
projectName=ngeapp projectName=ngeapp
mainClass=org.example.NGEAppMain mainClass=org.example.NGEAppMain