-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies; clean up buildscript
- Loading branch information
1 parent
aa0b9ee
commit 3d332db
Showing
3 changed files
with
57 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
name = stitch | ||
# Gradle Properties | ||
org.gradle.jvmargs = -Xmx2G | ||
org.gradle.parallel = true | ||
org.gradle.workers.max = 3 | ||
|
||
# Gradle Plugins | ||
cadixdev_licenser_version = 0.6.1 | ||
|
||
# Project Properties | ||
version = 0.6.2 | ||
group = net.fabricmc | ||
archivesBaseName = stitch | ||
description = Fabric auxillary Tiny tools | ||
url = https://github.com/FabricMC/stitch | ||
url = https://github.com/FabricMC/stitch | ||
|
||
# Project Dependencies | ||
asm_version = 9.5 | ||
tiny_mappings_parser_version = 0.3.0+build.17 | ||
guava_version = 31.1 | ||
jetbrains_annotations_version = 24.0.1 | ||
enigma_version = 1.0.0 | ||
junit_jupiter_version = 5.9.3 |
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 +1,11 @@ | ||
pluginManagement { | ||
repositories { | ||
gradlePluginPortal() | ||
mavenCentral(); | ||
} | ||
plugins { | ||
id 'org.cadixdev.licenser' version "${cadixdev_licenser_version}" | ||
} | ||
} | ||
|
||
rootProject.name = 'stitch' |