diff --git a/build.gradle b/build.gradle index f15ff34..8634b42 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { // for more information about repositories. } -// All the dependencies are declared at "./gradle/libs.version.toml" and referenced with "libs." +// All the dependencies are declared at gradle/libs.version.toml and referenced with "libs." // See https://docs.gradle.org/current/userguide/platforms.html for information on how version catalogs work. dependencies { minecraft libs.minecraft diff --git a/gradle.properties b/gradle.properties index 3c9abde..6cc5884 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,3 +7,5 @@ org.gradle.caching = true version = 1.0.0 maven_group = com.example archives_base_name = example_mod + +# Dependencies are managed at gradle/libs.versions.toml