mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Add a helpful migration note, changes
This commit is contained in:
parent
35caf7e2bb
commit
86571533eb
2 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ repositories {
|
|||
// for more information about repositories.
|
||||
}
|
||||
|
||||
// All the dependencies are declared at "./gradle/libs.version.toml" and referenced with "libs.<id>"
|
||||
// All the dependencies are declared at gradle/libs.version.toml and referenced with "libs.<id>"
|
||||
// See https://docs.gradle.org/current/userguide/platforms.html for information on how version catalogs work.
|
||||
dependencies {
|
||||
minecraft libs.minecraft
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue