mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Change link script artifact id (#657)
This commit is contained in:
committed by
Peter Johnson
parent
7fab0e0ef2
commit
24680bbd53
@@ -140,7 +140,7 @@ model {
|
||||
linkscripts(MavenPublication) {
|
||||
artifact linkScriptZip
|
||||
|
||||
artifactId = 'linkscripts'
|
||||
artifactId = "${baseArtifactId}-linkscripts"
|
||||
groupId artifactGroupId
|
||||
version pubVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user