Skip to content

Commit

Permalink
update gradle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooastside committed Dec 7, 2023
1 parent 1d9a899 commit 32ebf73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
10 changes: 4 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ plugins {
project.group = "love.polardivision"
project.version = property("version")!!

repositories {
mavenCentral()
}

tasks {
compileJava {
options.encoding = "UTF-8"
Expand Down Expand Up @@ -50,6 +46,10 @@ val lwjglNatives = Pair(
}
}

repositories {
mavenCentral()
}

dependencies {
api(platform("org.lwjgl:lwjgl-bom:$lwjglVersion"))

Expand Down Expand Up @@ -83,5 +83,3 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
}

//tasks.register("upVersion", UpVersion)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.parallel=true
org.gradle.caching=true

version=0.1.2
version=0.2.0
lwjglVersion=3.3.3
jomlVersion=1.10.5
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 0 additions & 8 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.3/userguide/building_swift_projects.html in the Gradle documentation.
* This project uses @Incubating APIs which are subject to change.
*/

rootProject.name = "Cloud-Engine"

0 comments on commit 32ebf73

Please sign in to comment.