File tree
Expand file treeCollapse file tree1 file changed
+1
-2
lines changed Expand file treeCollapse file tree1 file changed
+1
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -87,7 +87,6 @@ tasks {
|
87 | 87 |
|
88 | 88 | val coverageResourcesDirectory = "${project.buildDir}/resources/main/CoverageHTMLReporter"
|
89 | 89 | val coverageResourcesZip = "${project.buildDir}/utPLSQL-coverage-html-$coverageResourcesVersion.zip"
|
90 |
| - |
91 | 90 | // download Coverage Resources from web
|
92 | 91 | val downloadResources = create<Download>("downloadCoverageResources") {
|
93 | 92 | src("https://codeload..com/utPLSQL/utPLSQL-coverage-html/zip/$coverageResourcesVersion")
|
@@ -131,7 +130,7 @@ tasks {
|
131 | 130 | from("$buildDir/publications/maven")
|
132 | 131 | rename(".*", "pom.xml")
|
133 | 132 | }
|
134 |
| - |
| 133 | +archiveBaseName.set("java-api") |
135 | 134 | }
|
136 | 135 |
|
137 | 136 | named<Upload>("uploadArchives") {
|
|
You can’t perform that action at this time.
0 commit comments