Skip to content

Commit

Permalink
1.2.1 no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 committed Dec 8, 2024
1 parent 027ed8d commit 1b22d39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.9-SNAPSHOT" apply false
id "com.github.johnrengelman.shadow" version "8.+" apply false
}

Expand All @@ -21,7 +21,6 @@ subprojects {
allprojects {
apply plugin: "java"
apply plugin: "architectury-plugin"
apply plugin: "maven-publish"

archivesBaseName = rootProject.archives_base_name
version = "${rootProject.mod_version}+mc${rootProject.minecraft_version}"
Expand Down
12 changes: 0 additions & 12 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,3 @@ dependencies {

compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1"))
}

publishing {
publications {
mavenCommon(MavenPublication) {
artifactId = rootProject.archives_base_name
from components.java
}
}

repositories {
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ enabled_platforms=fabric,forge,neoforge
yarn_mappings=1.20.4+build.3

archives_base_name=ChatImpressiveAnimation
mod_version=1.2.0
mod_version=1.2.1
maven_group=com.wulian.chatimpressiveanimation

architectury_version=11.1.17
clothconfig_version=13.0.138

fabric_loader_version=0.16.7
fabric_loader_version=0.16.9
fabric_api_version=0.97.2+1.20.4

forge_version=1.20.4-49.1.12
forge_version=1.20.4-49.1.13

neoforge_version=20.4.237
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1b22d39

Please sign in to comment.