Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflow to publish the relocated artifacts #2318

Merged
merged 2 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix lint violations
  • Loading branch information
paul-dingemans committed Oct 14, 2023
commit 239c1117343bab95a609cc8cc814f964fb771630
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-baseline/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-checkstyle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-html/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-json/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-plain-summary/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-plain/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
2 changes: 0 additions & 2 deletions ktlint-cli-reporter-sarif/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("ktlint-publication-library")
}
Expand Down
1 change: 0 additions & 1 deletion ktlint-cli/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import org.gradle.crypto.checksum.Checksum
import java.net.URI

plugins {
id("ktlint-publication-library")
Expand Down