Now using jbarchiva instead of maven local.
This commit is contained in:
parent
ce977cf79d
commit
57342fbbc7
@ -8,7 +8,14 @@ version = '0.1.0'
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
maven {
|
||||||
|
url 'https://archiva.jessebrault.com/repository/internal/'
|
||||||
|
|
||||||
|
credentials {
|
||||||
|
username System.getenv('JBARCHIVA_USERNAME')
|
||||||
|
password System.getenv('JBARCHIVA_PASSWORD')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
maven {
|
||||||
|
url 'https://archiva.jessebrault.com/repository/internal/'
|
||||||
|
|
||||||
|
credentials {
|
||||||
|
username System.getenv('JBARCHIVA_USERNAME')
|
||||||
|
password System.getenv('JBARCHIVA_PASSWORD')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user