Skip to content

Commit

Permalink
Fix application of annotation processor
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 13, 2024
1 parent 9d0c92a commit 05a7ffe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion annotation-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
publishing {
publications {
create<MavenPublication>("maven") {
artifactId = "lavalink-annotation-processor"
artifactId = "annotation-processor"
from(components["java"])
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

allprojects {
group = "dev.arbjerg"
group = "dev.arbjerg.lavalink"
version = "2.0.0"

repositories {
Expand Down
1 change: 0 additions & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies {
implementation(kotlin("stdlib", "2.0.21"))
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.7.3")
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.9.0")
annotationProcessor("dev.arbjerg", "lavalink-annotation-processor", "2.0.0")
}

java {
Expand Down

0 comments on commit 05a7ffe

Please sign in to comment.