mirror of
https://github.com/shadowfacts/ekt.git
synced 2025-01-13 20:14:18 +00:00
Update build.gradle
This commit is contained in:
parent
a2c8cd6d4b
commit
124de51ded
10
build.gradle
10
build.gradle
@ -9,10 +9,10 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id "idea"
|
||||
id "maven"
|
||||
}
|
||||
|
||||
apply plugin: "kotlin"
|
||||
apply from: "https://github.com/shadowfacts/maven/raw/master/maven.gradle"
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
@ -25,11 +25,3 @@ dependencies {
|
||||
}
|
||||
|
||||
idea.module.inheritOutputDirs = true
|
||||
|
||||
uploadArchives {
|
||||
repositories.mavenDeployer {
|
||||
repository(url: "http://archiva.shadowfacts.net/repository/local/") {
|
||||
authentication(userName: project.hasProperty("mavenUser") ? project.mavenUser : System.getenv("mavenUser"), password: project.hasProperty("mavenPassword") ? project.mavenPassword : System.getenv("mavenPassword"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user