Skip to content

Commit ab1dc22

Browse files
RBusarowkodiakhq[bot]
authored andcommitted
fix incorrect/duplicate maven artifact ids
1 parent 4c0ee1d commit ab1dc22

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* limitations under the License.
1414
*/
1515

16-
import modulecheck.gradle.moduleCheck
17-
1816
buildscript {
1917
dependencies {
2018
classpath(libs.agp)

modulecheck-finding/api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
mcbuild {
21-
artifactId = "modulecheck-rule-api"
21+
artifactId = "modulecheck-finding-api"
2222
anvil = true
2323
}
2424
dependencies {

modulecheck-parsing/gradle/dsl/precompiled/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
mcbuild {
21-
artifactId = "modulecheck-parsing-gradle-dsl-api"
21+
artifactId = "modulecheck-parsing-gradle-dsl-precompiled"
2222
anvil = true
2323
}
2424

0 commit comments

Comments
 (0)