Skip to content

Commit 953aa3b

Browse files
runningcodeclaude
andcommitted
fix(snapshot): Remove stale distribution config for deleted plugin
Remove the sentrySnapshotPlugin marker distribution and publication task references that were left behind when the plugin was removed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 540e044 commit 953aa3b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

plugin-build/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ distributions {
201201
create("sentryJvmPluginMarker") {
202202
contents { from("build${sep}publications${sep}sentryJvmPluginPluginMarkerMaven") }
203203
}
204-
create("sentrySnapshotPluginMarker") {
205-
contents { from("build${sep}publications${sep}sentrySnapshotPluginPluginMarkerMaven") }
206-
}
207204
create("sentrySnapshotMetadataPluginMarker") {
208205
contents { from("build${sep}publications${sep}sentrySnapshotMetadataPluginPluginMarkerMaven") }
209206
}
@@ -253,14 +250,6 @@ tasks.named("sentryPluginMarkerDistZip").configure {
253250
dependsOn("generatePomFileForSentryPluginPluginMarkerMavenPublication")
254251
}
255252

256-
tasks.named("sentrySnapshotPluginMarkerDistTar").configure {
257-
dependsOn("generatePomFileForSentrySnapshotPluginPluginMarkerMavenPublication")
258-
}
259-
260-
tasks.named("sentrySnapshotPluginMarkerDistZip").configure {
261-
dependsOn("generatePomFileForSentrySnapshotPluginPluginMarkerMavenPublication")
262-
}
263-
264253
tasks.named("sentrySnapshotMetadataPluginMarkerDistTar").configure {
265254
dependsOn("generatePomFileForSentrySnapshotMetadataPluginPluginMarkerMavenPublication")
266255
}

0 commit comments

Comments
 (0)