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

Commit

Permalink
Bump version to 1.6-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Dec 7, 2022
1 parent 8a8b128 commit a79444e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BuildUtils {
return {
it.maven {
name = 'nexus'
url = isBeta(project) ? 'https://s01.oss.sonatype.org/content/repositories/snapshots/' : 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
credentials {
username(project.hasProperty('ossrhUser') ? project.property('ossrhUser') : 'foo')
password(project.hasProperty('ossrhPass') ? project.property('ossrhPass') : 'bar')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G
loader_version=1abb9924

# Mod Properties
mod_version = 1.6-beta.23
mod_version = 1.6-beta.24
maven_group = net.earthcomputer.multiconnect
archives_base_name = multiconnect

Expand Down

0 comments on commit a79444e

Please sign in to comment.