Skip to content

Commit 16e1e50

Browse files
committed
fix: Jitpack *should* now build correctly
1 parent f8b3a47 commit 16e1e50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kotlin-userscript/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
group = "com.github.6x68"
12+
group = "dev.datamodel"
1313
version = "0.1.0"
1414

1515
dependencies {
@@ -20,7 +20,7 @@ dependencies {
2020
gradlePlugin {
2121
plugins {
2222
register("kotlin-userscript-plugin") {
23-
id = "dev.datamodel.userscript"
23+
id = "com.github.6x68.kotlin-userscript-plugin"
2424
displayName = "Kotlin Userscript"
2525
description = "Allows creating browser userscripts in Kotlin/JS."
2626
implementationClass = "dev.datamodel.userscript.KotlinUserscriptPlugin"

0 commit comments

Comments
 (0)