mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
run configurePublishing from CommonConfig
This commit is contained in:
@@ -7,6 +7,7 @@ fun Project.configureCommon() {
|
||||
configureDependencies()
|
||||
configureCompilation()
|
||||
configureDistribution()
|
||||
configurePublishing()
|
||||
|
||||
version = rootProject.version
|
||||
}
|
||||
@@ -14,6 +15,7 @@ fun Project.configureCommon() {
|
||||
fun Project.configureAddon() {
|
||||
configureDependencies()
|
||||
configureCompilation()
|
||||
configurePublishing()
|
||||
|
||||
version = rootProject.version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user