Skip to content

Commit

Permalink
update build to mimic effective
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriyaShiine committed Oct 19, 2024
1 parent 112d834 commit 4625332
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.13.1'
id 'io.github.ladysnake.chenille' version '0.14.0'
}

version = project.mod_version
Expand All @@ -11,23 +11,14 @@ base {
}

chenille {
github = new URL("https://github.com/Ladysnake/BLAST")
javaVersion = 21
configurePublishing {
withLadysnakeMaven()
withCurseforgeRelease()
withGithubRelease()
withModrinthRelease()
}
}

modrinth {
dependencies {
required.project "fabric-api"
}
syncBodyFrom = rootProject.file("README.md").text
}

loom {
accessWidenerPath = file("src/main/resources/blast.accesswidener")
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
mod_version = 1.13
maven_group = io.github.ladysnake
maven_group = ladysnake
archives_base_name = blast

# Fabric Properties
Expand All @@ -20,9 +21,8 @@ common_protection_api_version = 1.0.0

#Publishing
owners = Ladysnake
display_name = Blast
license_header = ARR
curseforge_id = 349938
curseforge_versions = 1.21; 1.21.1
modrinth_id = hrVBD9fd
cf_requirements = fabric-api
release_type = release
mr_requirements = fabric-api

0 comments on commit 4625332

Please sign in to comment.