Skip to content

Commit

Permalink
Update group name
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jul 11, 2024
1 parent 432de7c commit 7a81861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
mavenLocal()
}

group = "org.openrndr.extra"
group = "org.openrndr.orsl"

val main: SourceSet by sourceSets.getting

Expand Down Expand Up @@ -95,7 +95,7 @@ if (shouldPublish) {
publications {
create<MavenPublication>("maven") {
from(components["java"])
groupId = "org.openrndr.extra"
groupId = "org.openrndr.orsl"
artifactId = project.name
description = project.name
versionMapping {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
mavenLocal()
}

group = "org.openrndr.extra"
group = "org.openrndr.orsl"

tasks.withType<KotlinCompile<*>> {
kotlinOptions.apiVersion = libs.versions.kotlinApi.get()
Expand Down

0 comments on commit 7a81861

Please sign in to comment.