2024-04-01
This commit is contained in:
@@ -8,16 +8,24 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
name = "Nexus 3 Repository"
|
||||
url = uri(project.findProperty("repo.url") as String)
|
||||
credentials {
|
||||
username = project.findProperty("repo.username") as String
|
||||
password = project.findProperty("repo.password") as String
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
base
|
||||
id("com.github.ben-manes.versions") version "0.39.0"
|
||||
id("com.github.ben-manes.versions") version "0.51.0"
|
||||
}
|
||||
|
||||
subprojects{
|
||||
group = "com.elex-project"
|
||||
version = "1.0-SNAPSHOT"
|
||||
description = ""//todo
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user