Skip to content

Commit

Permalink
fixed some java module plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodo1981 committed Jan 3, 2024
1 parent d9275f7 commit 082d619
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
java
`java-library`
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion converters/date-rfc3339/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
java
`java-library`
id("com.vanniktech.maven.publish")
}

Expand Down
2 changes: 1 addition & 1 deletion converters/htmlescape/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
java
`java-library`
id("com.vanniktech.maven.publish")
}

Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
java
`java-library`
id("com.vanniktech.maven.publish")
}

// apply(from = "$rootDir/maven-push-java-lib.gradle")
// apply (plugin = "com.vanniktech.maven.publish")

dependencies {
implementation(Deps.okio)
api(Deps.okio)
testImplementation(Deps.junit)
testImplementation(Deps.assertj)
}
2 changes: 1 addition & 1 deletion processor-common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
java
`java-library`
id("kotlin")
id("com.vanniktech.maven.publish")
}
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
java
`java-library`
id("kotlin")
id("com.vanniktech.maven.publish")
}
Expand Down
2 changes: 1 addition & 1 deletion retrofit-converter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
java
`java-library`
id("com.vanniktech.maven.publish")
}

Expand Down

0 comments on commit 082d619

Please sign in to comment.