Skip to content

Commit

Permalink
Fixed zip function, uncommented maven publishing for vendordep.
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch committed Oct 23, 2024
1 parent d69ad06 commit 1279072
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ task vendordepJsonZip(type: Zip) {
archiveBaseName = templateVendorFile
archiveClassifier = "sources"

from("$buildDir/$templateVendorFile") {
from("$buildDir/repos/$templateVendorFile") {
into '/'
}
dependsOn vendordepJson
Expand Down Expand Up @@ -234,13 +234,13 @@ model {
version pubVersion
}

// vendordep(MavenPublication) {
// artifact vendordepJsonZip
//
// artifactId = "${baseArtifactId}-vendordep"
// groupId artifactGroupId
// version pubVersion
// }
vendordep(MavenPublication) {
artifact vendordepJsonZip

artifactId = "${baseArtifactId}-vendordep"
groupId artifactGroupId
version pubVersion
}
}
}
}

0 comments on commit 1279072

Please sign in to comment.