Skip to content

Commit

Permalink
rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Jun 23, 2024
1 parent 78c74a9 commit 5b9b487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import net.infumia.gradle.applyProtobuf
import net.infumia.gradle.protobuf
import net.infumia.gradle.publish
import net.infumia.gradle.spotless

plugins { java }

publish()

applyProtobuf()
protobuf()

spotless()

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/net/infumia/gradle/protobuf.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.api.plugins.JavaPluginExtension
import org.gradle.api.tasks.javadoc.Javadoc
import org.gradle.kotlin.dsl.*

fun Project.applyProtobuf() {
fun Project.protobuf() {
val libs = project.rootProject.the<LibrariesForLibs>()

apply<ProtobufPlugin>()
Expand Down

0 comments on commit 5b9b487

Please sign in to comment.