refactor build.gradle.kts
This commit is contained in:
@@ -4,17 +4,17 @@ import com.infendro.plugin.token
|
||||
group = "com.infendro"
|
||||
version = "1.1.0"
|
||||
|
||||
repositories {
|
||||
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.infendro)
|
||||
alias(libs.plugins.kotlin)
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
repositories {
|
||||
infendro()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.migration)
|
||||
implementation(libs.ktor.server)
|
||||
|
||||
Reference in New Issue
Block a user