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
|
- name: Check libraries
|
||||||
run: ./gradlew check
|
run: ./gradlew check
|
||||||
- name: Publish to git.jessebrault.com
|
- name: Publish to git.jessebrault.com
|
||||||
run: >
|
run: ./gradlew publishAllPublicationsToGiteaRepository
|
||||||
./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
|
|
||||||
|
@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'groowt'
|
group = 'groowt'
|
||||||
version = '0.1.4'
|
version = '0.2.0'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -26,6 +26,10 @@ jar {
|
|||||||
archiveBaseName = 'groowt-view-components'
|
archiveBaseName = 'groowt-view-components'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourcesJar {
|
||||||
|
archiveBaseName = 'groowt-view-components'
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create('viewComponents', MavenPublication) {
|
create('viewComponents', MavenPublication) {
|
||||||
|
@ -29,6 +29,10 @@ jar {
|
|||||||
archiveBaseName = 'groowt-views'
|
archiveBaseName = 'groowt-views'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourcesJar {
|
||||||
|
archiveBaseName = 'groowt-views'
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create('views', MavenPublication) {
|
create('views', MavenPublication) {
|
||||||
|
@ -222,6 +222,14 @@ jar {
|
|||||||
archiveBaseName = 'groowt-web-view-components-compiler'
|
archiveBaseName = 'groowt-web-view-components-compiler'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourcesJar {
|
||||||
|
archiveBaseName = 'groowt-web-view-components-compiler'
|
||||||
|
}
|
||||||
|
|
||||||
|
testFixturesJar {
|
||||||
|
archiveBaseName = 'groowt-web-view-components-compiler'
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create('webViewComponentsCompiler', MavenPublication) {
|
create('webViewComponentsCompiler', MavenPublication) {
|
||||||
|
@ -137,6 +137,14 @@ jar {
|
|||||||
archiveBaseName = 'groowt-web-view-components'
|
archiveBaseName = 'groowt-web-view-components'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourcesJar {
|
||||||
|
archiveBaseName = 'groowt-web-view-components'
|
||||||
|
}
|
||||||
|
|
||||||
|
testFixturesJar {
|
||||||
|
archiveBaseName = 'groowt-web-view-components'
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create('webViewComponents', MavenPublication) {
|
create('webViewComponents', MavenPublication) {
|
||||||
|
Loading…
Reference in New Issue
Block a user