Skip to content

Commit

Permalink
chore: change the plugin's group to keep it backwards-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul committed Dec 22, 2022
1 parent 5bb727a commit ec0f3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.monosoul"
group = "gradle.plugin.com.github.monosoul"

plugins {
`kotlin-dsl`
Expand Down

0 comments on commit ec0f3bd

Please sign in to comment.