Got rid of dependency on jbarchiva.
Some checks failed
StaticSiteGenerator Release / release (push) Has been cancelled
Some checks failed
StaticSiteGenerator Release / release (push) Has been cancelled
This commit is contained in:
parent
b6aed6214f
commit
0ef4a3aafd
@ -1,26 +1,3 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'groovy-gradle-plugin'
|
id 'groovy-gradle-plugin'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
url 'https://archiva.jessebrault.com/repository/internal/'
|
|
||||||
|
|
||||||
credentials {
|
|
||||||
username System.getenv('JBARCHIVA_USERNAME')
|
|
||||||
password System.getenv('JBARCHIVA_PASSWORD')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven {
|
|
||||||
url 'https://archiva.jessebrault.com/repository/snapshots/'
|
|
||||||
|
|
||||||
credentials {
|
|
||||||
username System.getenv('JBARCHIVA_USERNAME')
|
|
||||||
password System.getenv('JBARCHIVA_PASSWORD')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation 'com.jessebrault.jbarchiva:jbarchiva:0.0.2'
|
|
||||||
}
|
|
@ -1,5 +1,4 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.jessebrault.jbarchiva'
|
|
||||||
id 'groovy'
|
id 'groovy'
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'java-test-fixtures'
|
id 'java-test-fixtures'
|
||||||
|
Loading…
Reference in New Issue
Block a user