mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIXES: Update maven info
This commit is contained in:
committed by
Peter Johnson
parent
3f740894c9
commit
013a238994
@@ -3,8 +3,8 @@ apply plugin: 'maven-publish'
|
||||
def outputsFolder = file("$buildDir/outputs")
|
||||
|
||||
def baseArtifactId = nativeName
|
||||
def artifactGroupId = "edu.wpi.first.${nativeName}"
|
||||
def zipBaseName = "_GROUP_edu_wpi_first_${nativeName}_ID_${nativeName}-cpp_CLS"
|
||||
def artifactGroupId = "org.wpilib.${nativeName}"
|
||||
def zipBaseName = "_GROUP_org_wpilib_${nativeName}_ID_${nativeName}-cpp_CLS"
|
||||
|
||||
def licenseFile = file("$rootDir/license.md")
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
ext {
|
||||
baseId = nativeName
|
||||
groupId = "edu.wpi.first.${nativeName}"
|
||||
groupId = "org.wpilib.${nativeName}"
|
||||
}
|
||||
|
||||
apply from: "${rootDir}/shared/java/javacommon.gradle"
|
||||
|
||||
@@ -4,10 +4,10 @@ apply plugin: 'maven-publish'
|
||||
def outputsFolder = file("$buildDir/outputs")
|
||||
|
||||
def baseArtifactId = nativeName
|
||||
def artifactGroupId = "edu.wpi.first.${nativeName}"
|
||||
def zipBaseName = "_GROUP_edu_wpi_first_${nativeName}_ID_${nativeName}-cpp_CLS"
|
||||
def artifactGroupId = "org.wpilib.${nativeName}"
|
||||
def zipBaseName = "_GROUP_org_wpilib_${nativeName}_ID_${nativeName}-cpp_CLS"
|
||||
ext.zipBaseName = zipBaseName
|
||||
def jniCvStaticBaseName = "_GROUP_edu_wpi_first_${nativeName}_ID_${nativeName}-jnicvstatic_CLS"
|
||||
def jniCvStaticBaseName = "_GROUP_org_wpilib_${nativeName}_ID_${nativeName}-jnicvstatic_CLS"
|
||||
|
||||
def licenseFile = file("$rootDir/license.md")
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
ext {
|
||||
baseId = nativeName
|
||||
groupId = "edu.wpi.first.${nativeName}"
|
||||
groupId = "org.wpilib.${nativeName}"
|
||||
}
|
||||
|
||||
apply from: "${rootDir}/shared/java/javacommon.gradle"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
def baseArtifactId = pluginName
|
||||
def artifactGroupId = 'edu.wpi.first.halsim'
|
||||
def zipBaseName = "_GROUP_edu_wpi_first_halsim_ID_${pluginName}_CLS"
|
||||
def artifactGroupId = 'org.wpilib.halsim'
|
||||
def zipBaseName = "_GROUP_org_wpilib_halsim_ID_${pluginName}_CLS"
|
||||
|
||||
def outputsFolder = file("$project.buildDir/outputs")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user