aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorElis Eriksson <Spelis@duck.com>2025-08-20 21:04:20 +0200
committerElis Eriksson <Spelis@duck.com>2025-08-20 21:04:20 +0200
commit9c99aa9fc8ce39c412e3acd8a77864e638bb0769 (patch)
tree1b187922b929793b85d84a6418a504ff62e5f240 /build.gradle
parentc35f1f9b588f1d6c899800185fa5bd37143b302a (diff)
downloadvalvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar
valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.gz
valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.bz2
valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.lz
valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.xz
valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.zst
valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.zip
Rename to ValveSprint
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b0a59da..f41d76d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ loom {
splitEnvironmentSourceSets()
mods {
- "valvesneak" {
+ "valvesprint" {
sourceSet sourceSets.main
sourceSet sourceSets.client
}