Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit a79444e

Browse files
committed
Bump version to 1.6-beta.24
1 parent 8a8b128 commit a79444e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/groovy/net/earthcomputer/multiconnect/buildscript/BuildUtils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class BuildUtils {
4343
return {
4444
it.maven {
4545
name = 'nexus'
46-
url = isBeta(project) ? 'https://s01.oss.sonatype.org/content/repositories/snapshots/' : 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
46+
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
4747
credentials {
4848
username(project.hasProperty('ossrhUser') ? project.property('ossrhUser') : 'foo')
4949
password(project.hasProperty('ossrhPass') ? project.property('ossrhPass') : 'bar')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G
1717
loader_version=1abb9924
1818

1919
# Mod Properties
20-
mod_version = 1.6-beta.23
20+
mod_version = 1.6-beta.24
2121
maven_group = net.earthcomputer.multiconnect
2222
archives_base_name = multiconnect
2323

0 commit comments

Comments
 (0)