Skip to content

Commit 169fabf

Browse files
committed
build: remove allScripts publication
1 parent dca5250 commit 169fabf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,6 @@ task buildAndRunTests(type: TestLanguages, dependsOn: buildLanguages) {
218218

219219
check.dependsOn buildAndRunTests
220220

221-
task packageAllScripts(type: Zip, dependsOn: buildAllScripts) {
222-
archiveBaseName = 'org.iets3.opensource.allScripts'
223-
from artifactsDir
224-
include 'org.iets3.opensource.allScripts.build/**'
225-
}
226-
227221
task packageLanguages(type: Zip, dependsOn: buildLanguages) {
228222
archiveBaseName = 'org.iets3.opensource'
229223
from artifactsDir
@@ -247,7 +241,7 @@ task packageDistroWithDependencies(type: Zip, dependsOn: buildDistroWithDependen
247241
include 'org.iets3.opensource.distro/**'
248242
}
249243

250-
assemble.dependsOn packageAllScripts, packageLanguages, packageTests
244+
assemble.dependsOn packageLanguages, packageTests
251245

252246
publishing {
253247
repositories {
@@ -277,11 +271,6 @@ publishing {
277271
}
278272

279273
publications {
280-
allScripts(MavenPublication) {
281-
groupId 'org.iets3.opensource'
282-
artifactId 'allscripts'
283-
artifact packageAllScripts
284-
}
285274
openSource(MavenPublication) {
286275
groupId 'org.iets3'
287276
artifactId 'opensource'

0 commit comments

Comments
 (0)