mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-10 16:41:32 +00:00
Upgrade for 1.19.2 and Gradle 7.5.1
This commit is contained in:
@ -16,6 +16,10 @@ open class ConcreteBasePlugin : Plugin<Project> {
|
||||
"DEV"
|
||||
}
|
||||
|
||||
if (project.repositories.none { it.name == "MavenRepo" }) {
|
||||
project.repositories.mavenCentral()
|
||||
}
|
||||
|
||||
project.version = versionWithBuild
|
||||
|
||||
project.plugins.apply("org.jetbrains.kotlin.jvm")
|
||||
|
Reference in New Issue
Block a user