Update publish/gitea workflow and bump version number.
All checks were successful
Groowt Check and Publish / ci (push) Successful in 7m8s
All checks were successful
Groowt Check and Publish / ci (push) Successful in 7m8s
This commit is contained in:
parent
8821e39a24
commit
347c66b4c8
@ -17,20 +17,4 @@ jobs:
|
||||
- name: Check libraries
|
||||
run: ./gradlew check
|
||||
- name: Publish to git.jessebrault.com
|
||||
run: >
|
||||
./gradlew publishViewsPublicationToGiteaRepository &&
|
||||
./gradlew publishViewComponentsPublicationToGiteaRepository &&
|
||||
./gradlew publishWebViewComponentsPublicationToGiteaRepository &&
|
||||
./gradlew publishWebViewComponentsCompilerPublicationToGiteaRepository &&
|
||||
./gradlew publishDiPublicationToGiteaRepository &&
|
||||
./gradlew publishExtensiblePublicationToGiteaRepository &&
|
||||
./gradlew publishFpPublicationToGiteaRepository
|
||||
- name: Publish to archiva.jessebrault.com
|
||||
run: >
|
||||
./gradlew publishViewsPublicationToJbArchivaInternalRepository &&
|
||||
./gradlew publishViewComponentsPublicationToJbArchivaInternalRepository &&
|
||||
./gradlew publishWebViewComponentsPublicationToJbArchivaInternalRepository &&
|
||||
./gradlew publishWebViewComponentsCompilerPublicationToJbArchivaInternalRepository &&
|
||||
./gradlew publishDiPublicationToJbArchivaInternalRepository &&
|
||||
./gradlew publishExtensiblePublicationToJbArchivaInternalRepository &&
|
||||
./gradlew publishFpPublicationToJbArchivaInternalRepository
|
||||
run: ./gradlew publishAllPublicationsToGiteaRepository
|
||||
|
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'groowt'
|
||||
version = '0.1.4'
|
||||
version = '0.2.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -26,6 +26,10 @@ jar {
|
||||
archiveBaseName = 'groowt-view-components'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = 'groowt-view-components'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create('viewComponents', MavenPublication) {
|
||||
|
@ -29,6 +29,10 @@ jar {
|
||||
archiveBaseName = 'groowt-views'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = 'groowt-views'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create('views', MavenPublication) {
|
||||
|
@ -222,6 +222,14 @@ jar {
|
||||
archiveBaseName = 'groowt-web-view-components-compiler'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = 'groowt-web-view-components-compiler'
|
||||
}
|
||||
|
||||
testFixturesJar {
|
||||
archiveBaseName = 'groowt-web-view-components-compiler'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create('webViewComponentsCompiler', MavenPublication) {
|
||||
|
@ -137,6 +137,14 @@ jar {
|
||||
archiveBaseName = 'groowt-web-view-components'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = 'groowt-web-view-components'
|
||||
}
|
||||
|
||||
testFixturesJar {
|
||||
archiveBaseName = 'groowt-web-view-components'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create('webViewComponents', MavenPublication) {
|
||||
|
Loading…
Reference in New Issue
Block a user