From 868f59c33ceb08c04c995706b49b6fb96f6bd356 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 21 Jul 2026 00:56:38 +0900 Subject: [PATCH] [2.x] ci: Remove unused code in launcher-package/build.sbt (#9480) --- launcher-package/build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/launcher-package/build.sbt b/launcher-package/build.sbt index ef87308fb..815912fa1 100755 --- a/launcher-package/build.sbt +++ b/launcher-package/build.sbt @@ -70,9 +70,6 @@ lazy val bintrayTripple = settingKey[(String, String, String)]("id, url, and pat val artifactoryLinuxPattern = "[module]-[revision].[ext]" val artifactoryDebianPattern = "[module]-[revision].[ext];deb.distribution=all;deb.component=main;deb.architecture=all" -val bintrayGenericPattern = "[module]/[revision]/[module]/[revision]/[module]-[revision].[ext]" -val bintrayReleaseAllStaged = - TaskKey[Unit]("bintray-release-all-staged", "Release all staged artifacts on bintray.") val windowsBuildId = settingKey[Int]("build id for Windows installer") val debianBuildId = settingKey[Int]("build id for Debian")