Skip to content

Commit

Permalink
Completely removed kotlin depends.
Browse files Browse the repository at this point in the history
Disabled item merge test.
Prepare to release '1.0.8'.
  • Loading branch information
cao-awa committed Nov 28, 2024
1 parent ec1cc59 commit cd2729c
Show file tree
Hide file tree
Showing 10 changed files with 199 additions and 589 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'fabric-loom' version '1.8.1'
id 'maven-publish'
id 'org.jetbrains.kotlin.jvm'
}

version = project.mod_version
Expand Down Expand Up @@ -126,6 +125,3 @@ publishing {
// retrieving dependencies.
}
}
kotlin {
jvmToolchain(21)
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.16.7

# Mod Properties
mod_version = 1.0.7
mod_version = 1.0.8
maven_group = com.github.cao.awa.sepals
archives_base_name = sepals

Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pluginManagement {
}
gradlePluginPortal()
}
plugins {
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
Expand Down
353 changes: 0 additions & 353 deletions src/main/java/com/github/cao/awa/apricot/util/io/IOUtil.java

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/com/github/cao/awa/sepals/Sepals.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class Sepals implements ModInitializer {
public static final Logger LOGGER = LogManager.getLogger("Sepals");
public static final String VERSION = "1.0.7";
public static final String VERSION = "1.0.8";
public static final SepalsConfig CONFIG = new SepalsConfig();
public static final SepalsConfig PERSISTENT_CONFIG = new SepalsConfig();
public static boolean isLithiumLoaded;
Expand Down
Loading

0 comments on commit cd2729c

Please sign in to comment.