8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4dc11 commit a8cfe97Copy full SHA for a8cfe97
.travis.yml
@@ -77,6 +77,15 @@ deploy:
77
# Use only first job "#xxx.1" to publish artifacts
78
condition: "${TRAVIS_JOB_NUMBER} =~ \\.1$"
79
80
+ - provider: script
81
+ script: ./gradlew uploadArchives
82
+ skip_cleanup: true
83
+ on:
84
+ repository: utPLSQL/utPLSQL-java-api
85
+ branch: fix-artifactid
86
+ # Use only first job "#xxx.1" to publish artifacts
87
+ condition: "${TRAVIS_JOB_NUMBER} =~ \\.1$"
88
+
89
notifications:
90
slack:
91
rooms:
build.gradle.kts
@@ -131,7 +131,7 @@ tasks {
131
from("$buildDir/publications/maven")
132
rename(".*", "pom.xml")
133
}
134
-
+ archiveBaseName.set("java-api")
135
136
137
named<Upload>("uploadArchives") {
0 commit comments