Skip to content

Commit

Permalink
feat: moved from lib to tbot package name
Browse files Browse the repository at this point in the history
  • Loading branch information
JarKz committed Mar 7, 2024
1 parent 11616a2 commit 1ca5d0c
Show file tree
Hide file tree
Showing 344 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "TBot"
include("lib")
rootProject.name = "tbot"
include("tbot")
2 changes: 2 additions & 0 deletions lib/build.gradle.kts → tbot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {
id("com.diffplug.spotless") version "6.20.0"
}

project.version = "0.0.1-alpha"

publishing {
repositories {
maven {
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1ca5d0c

Please sign in to comment.