Skip to content

Commit

Permalink
build: minor updates in build scripts to match the origin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 16, 2024
1 parent a26e1b5 commit 831a3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ subprojects {

ext {
baseVersion = '1.10'
// patchVersion = determinePatchVersion()
pluginVersion = baseVersion/* + '.' + patchVersion*/
patchVersion = determinePatchVersion()
pluginVersion = baseVersion + '.' + patchVersion
pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.'
}

Expand Down
5 changes: 3 additions & 2 deletions spark-allay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ dependencies {
}

repositories {
maven { url 'https://repo.opencollab.dev/main/' }
maven { url 'https://jitpack.io' }
maven { url 'https://repo.opencollab.dev/maven-releases/' }
maven { url 'https://repo.opencollab.dev/maven-snapshots/' }
maven { url 'https://storehouse.okaeri.eu/repository/maven-public/' }
mavenLocal()
}

processResources {
Expand Down

0 comments on commit 831a3f9

Please sign in to comment.