mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
@@ -20,7 +20,7 @@ sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
wpilibTools.deps.wpilibVersion = wpilibVersion
|
||||
println("Buidling for wpilib ${wpilibTools.deps.wpilibVersion}")
|
||||
println("Building for WPILib ${wpilibTools.deps.wpilibVersion}")
|
||||
|
||||
// From wpilib shared/config.gradle:
|
||||
// NativeUtils adds the following OpenCV warning suppression for Linux, but not
|
||||
|
||||
@@ -146,11 +146,16 @@ publishing {
|
||||
username 'ghactions'
|
||||
password System.getenv("ARTIFACTORY_API_KEY")
|
||||
}
|
||||
println("Publishing to " + url)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(PublishToMavenRepository) {
|
||||
doFirst {
|
||||
println("Publishing to " + repository.url);
|
||||
}
|
||||
}
|
||||
|
||||
task cleanReleaseRepo(type: Delete) {
|
||||
delete releasesRepoUrl
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ publishing {
|
||||
username 'ghactions'
|
||||
password System.getenv("ARTIFACTORY_API_KEY")
|
||||
}
|
||||
println("Publishing PhotonTargeting to " + url)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,3 +24,9 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(PublishToMavenRepository) {
|
||||
doFirst {
|
||||
println("Publishing PhotonTargeting to " + repository.url)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user