mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Remove ability to build all combined artifacts (#1867)
This commit is contained in:
committed by
Peter Johnson
parent
516cbef2c4
commit
5ffe15d5ff
@@ -88,11 +88,6 @@ model {
|
||||
}
|
||||
})
|
||||
|
||||
def allJniTask
|
||||
if (!project.hasProperty('jenkinsBuild')) {
|
||||
allJniTask = createAllCombined(jniTaskList, "${nativeName}JNI", jniBaseName, Jar, project)
|
||||
}
|
||||
|
||||
publications {
|
||||
cpp(MavenPublication) {
|
||||
taskList.each {
|
||||
@@ -110,10 +105,6 @@ model {
|
||||
artifact it
|
||||
}
|
||||
|
||||
if (!project.hasProperty('jenkinsBuild')) {
|
||||
artifact allJniTask
|
||||
}
|
||||
|
||||
artifactId = "${baseArtifactId}-jni"
|
||||
groupId artifactGroupId
|
||||
version wpilibVersioning.version.get()
|
||||
|
||||
Reference in New Issue
Block a user