Skip to content

Commit

Permalink
1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RacoonDog committed Aug 8, 2023
1 parent 9b537ba commit f4b582c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
17 changes: 6 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
plugins {
id 'fabric-loom' version '1.0-SNAPSHOT'
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'maven-publish'
}

archivesBaseName = project.archives_base_name
version = project.mod_version
group = project.maven_group

base {
archivesName = project.archives_base_name
}

repositories {
maven {
name = "terraformersmc"
Expand Down Expand Up @@ -52,14 +55,6 @@ publishing {

// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
repositories {
maven {
name = "repsy-maven"
url = "https://repo.repsy.io/mvn/ggcrosby/launchargsapi"

credentials {
username System.getenv("LARGSAPI_REPSY_USERNAME")
password System.getenv("LARGSAPI_REPSY_PASSWORD")
}
}
mavenLocal()
}
}
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.19
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22

# Mod Properties
mod_version=1.1.2
maven_group=io.github.racoondog
archives_base_name=launchargsapi

# Dependencies
fabric_version=0.77.0+1.19.4
modmenu_version=6.1.0-rc.4
fabric_version=0.86.1+1.20.1
modmenu_version=7.2.1
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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f4b582c

Please sign in to comment.