Skip to content

Commit

Permalink
Actually fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 19, 2024
1 parent 060a9a5 commit 24eb4e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.common.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
group 'com.github.deltacv'
version '1.0.0'

repositories {
mavenCentral()
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ buildscript {
}

subprojects {
group 'com.github.deltacv.steve'
group 'org.deltacv.steve'
version '1.0.0'
}

0 comments on commit 24eb4e1

Please sign in to comment.