Skip to content

Commit

Permalink
fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Feb 10, 2024
1 parent 8d1eef8 commit 4841c3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
id 'org.jetbrains.changelog' version "2.0.0"
}

architectury {
minecraft = rootProject.minecraft_version
}

changelog {
repositoryUrl = rootProject.repository_url
introduction = """
Changelog to track updates for this mod.
Add your changes to Unreleased if you want to commit.
Please write according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
"""
combinePreReleases = false
}

subprojects {
apply plugin: "dev.architectury.loom"

Expand Down

0 comments on commit 4841c3d

Please sign in to comment.