Started MultiLib build
This commit is contained in:
parent
a73bd23ddf
commit
643052aa89
643 changed files with 818 additions and 360 deletions
13
together-v1/build.gradle
Normal file
13
together-v1/build.gradle
Normal file
|
@ -0,0 +1,13 @@
|
|||
archivesBaseName = project.together_archives_base_name
|
||||
version = getSubprojectVersion(project)
|
||||
|
||||
loom {
|
||||
accessWidenerPath = file("src/main/resources/worlds_together.accesswidener")
|
||||
}
|
||||
|
||||
moduleDependencies(project, [])
|
||||
|
||||
|
||||
jar {
|
||||
from "../LICENSE"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue