We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b3a47 commit 16e1e50Copy full SHA for 16e1e50
1 file changed
kotlin-userscript/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
mavenCentral()
10
}
11
12
-group = "com.github.6x68"
+group = "dev.datamodel"
13
version = "0.1.0"
14
15
dependencies {
@@ -20,7 +20,7 @@ dependencies {
20
gradlePlugin {
21
plugins {
22
register("kotlin-userscript-plugin") {
23
- id = "dev.datamodel.userscript"
+ id = "com.github.6x68.kotlin-userscript-plugin"
24
displayName = "Kotlin Userscript"
25
description = "Allows creating browser userscripts in Kotlin/JS."
26
implementationClass = "dev.datamodel.userscript.KotlinUserscriptPlugin"
0 commit comments