Skip to content

Commit

Permalink
deps: update dependency Minecraft to 1.20.1
Browse files Browse the repository at this point in the history
deps: update dependency cloth-config-fabric to 11.1.106

deps: update dependency fabric-api to 0.86.1+1.20.1

deps: update dependency JDA to 5.0.0-beta.12

deps: update dependency placeholder-api 2.1.2+1.20.1

build(deps): update dependency checkstyle to 10.12.1

build(deps): update dependency fabric-loom to 1.3-SNAPSHOT

build(deps): update dependency junit to 5.10.0

build(deps): update dependency minotaur to 2.8.2

build(deps): update dependency shadow to 8.1.1

build(deps): update dependency yarn to 1.20.1+build.10

Release-As: v2.0.2+1.20.1
  • Loading branch information
axieum committed Jul 28, 2023
1 parent d2aa16c commit c107ec7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ plugins {
id 'java'
id 'checkstyle'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.7.5'
id 'com.modrinth.minotaur' version '2.8.2'
id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'fabric-loom' version '1.3-SNAPSHOT'
}

allprojects {
Expand All @@ -30,7 +30,7 @@ allprojects {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Mods
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modRuntimeOnly "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Code Quality
compileOnly "org.jetbrains:annotations:${project.jetbrains_annotations_version}"
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ mod_version = 2.0.1+1.20
## {x-release-please-end}

# Fabric
minecraft_version = 1.20
minecraft_version = 1.20.1
loader_version = 0.14.21
yarn_mappings = 1.20+build.1
fabric_version = 0.83.0+1.20
yarn_mappings = 1.20.1+build.10
fabric_version = 0.86.1+1.20.1

# Dependencies
checkstyle_version = 10.9.3
checkstyle_version = 10.12.1
jetbrains_annotations_version = 24.0.1
junit_jupiter_version = 5.9.2
junit_jupiter_version = 5.10.0

# CurseForge
cf_project_id = 502254
cf_game_versions = Fabric, Java 17, 1.20
cf_game_versions = Fabric, Java 17, 1.20, 1.20.1
cf_relations_required = fabric-api
cf_relations_optional =
cf_relations_embedded = cloth-config
Expand All @@ -28,7 +28,7 @@ cf_relations_incompatible =

# Modrinth
mr_project_id = DoVQa3oa
mr_game_versions = 1.20
mr_game_versions = 1.20, 1.20.1
mr_relations_required = P7dR8mSH
mr_relations_optional =
mr_relations_incompatible =
Expand Down
1 change: 1 addition & 0 deletions minecord-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
modApi include(fabricApi.module("fabric-api-base", project.fabric_version))
modApi include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))
modApi include("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude module: 'fabric-api'
exclude module: 'modmenu'
}
modApi include("eu.pb4:placeholder-api:${project.placeholder_api_version}")
Expand Down
6 changes: 3 additions & 3 deletions minecord-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mod_version = 2.0.1+1.20
## {x-release-please-end}

# Dependencies
cloth_config_version = 11.0.98
cloth_config_version = 11.1.106
emoji_java_version = 5.1.1
fabric_tailor_version = 2.1.2
jda_version = 5.0.0-beta.10
jda_version = 5.0.0-beta.12
log4j_version = 2.20.0
placeholder_api_version = 2.1.1+1.20
placeholder_api_version = 2.1.2+1.20.1

0 comments on commit c107ec7

Please sign in to comment.