Skip to content

Fixed circular dependency between shadowJar and dist tasks#13

Merged
Wikijito7 merged 1 commit into
masterfrom
chore/5-fix-shadowjar-circular-dependency
Jun 18, 2026
Merged

Fixed circular dependency between shadowJar and dist tasks#13
Wikijito7 merged 1 commit into
masterfrom
chore/5-fix-shadowjar-circular-dependency

Conversation

@Wikijito7

Copy link
Copy Markdown
Owner

Solves the circular dependency introduced when merging #5 into master.

Changelist Summary
Removed the old tasks.shadowJar { dependsOn.addAll("distTar", "distZip") } block that created a circular dependency with the correct distTar/distZip → shadowJar fix already on master.

Description
PR #5 added shadowJar → distTar/distZip deps (wrong direction). PR #9 added distTar/distZip → shadowJar deps (correct direction). After merging both into master, both ended up in build.gradle.kts, creating:

distTar → shadowJar → distTar (CIRCLE!)

This removes the old wrong-direction block, keeping only the correct deps.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@Wikijito7 Wikijito7 merged commit 4ff5069 into master Jun 18, 2026
2 of 3 checks passed
@Wikijito7 Wikijito7 deleted the chore/5-fix-shadowjar-circular-dependency branch June 18, 2026 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant