Initial commit
This commit is contained in:
14
build.gradle.kts
Normal file
14
build.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repository.elex-project.com/repository/maven")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath ("com.jaredsburrows:gradle-license-plugin:0.8.90")
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.39.0"
|
||||
}
|
||||
Reference in New Issue
Block a user