-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci-skip] chore: Clean up how the jar is compiled
Cleans up how the jar is compiled and how the version is applied to subprojects. It also changes the plugin.yml -> paper-plugin.yml
- Loading branch information
Showing
11 changed files
with
94 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
buildSrc/src/main/kotlin/tools.kt → buildSrc/src/main/kotlin/git/tools.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package git | ||
|
||
import org.gradle.api.Project | ||
import java.io.ByteArrayOutputStream | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
name = CrazyCrates | ||
group = com.badbones69.crazycrates | ||
description = Create unlimited crates with multiple crate types to choose from! | ||
org.gradle.jvmargs=-Xmx3G | ||
org.gradle.daemon=false | ||
org.gradle.parallel=false | ||
|
||
org.gradle.parallel = true | ||
org.gradle.caching = true | ||
org.gradle.jvmargs = '-Xmx3G' | ||
group=com.badbones69.crazycrates | ||
authors=["ryderbelserion", "BadBones69"] | ||
description=Create unlimited crates with multiple crate types to choose from! | ||
website=https://modrinth.com/plugin/crazycrates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: '${name}' | ||
main: '${group}.CrazyCrates' | ||
|
||
version: '${version}' | ||
api-version: '1.20' | ||
description: '${description}' | ||
website: '${website}' | ||
|
||
folia-supported: true | ||
|
||
dependencies: | ||
server: | ||
DecentHolograms: | ||
load: BEFORE | ||
required: false | ||
join-classpath: true | ||
PlaceholderAPI: | ||
load: BEFORE | ||
required: false | ||
join-classpath: true | ||
ItemsAdder: | ||
load: BEFORE | ||
required: false | ||
join-classpath: true | ||
Oraxen: | ||
load: BEFORE | ||
required: false | ||
join-classpath: true | ||
CMI: | ||
load: BEFORE | ||
required: false | ||
join-classpath: true |
This file was deleted.
Oops, something went wrong.