-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.gradle
18 lines (17 loc) · 1.07 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
plugins {
id "tabula-rasa.module-conventions"
}
dependencies {
api include(project(path: "tabula-rasa-aluminium", configuration: "namedElements"))
api include(project(path: "tabula-rasa-brass", configuration: "namedElements"))
api include(project(path: "tabula-rasa-bronze", configuration: "namedElements"))
api include(project(path: "tabula-rasa-lead", configuration: "namedElements"))
api include(project(path: "tabula-rasa-phosphor", configuration: "namedElements"))
api include(project(path: "tabula-rasa-potassium", configuration: "namedElements"))
api include(project(path: "tabula-rasa-silver", configuration: "namedElements"))
api include(project(path: "tabula-rasa-steel", configuration: "namedElements"))
api include(project(path: "tabula-rasa-sulphur", configuration: "namedElements"))
api include(project(path: "tabula-rasa-tin", configuration: "namedElements"))
api include(project(path: "tabula-rasa-titanium", configuration: "namedElements"))
api include(project(path: "tabula-rasa-zinc", configuration: "namedElements"))
}