Skip to content

Commit

Permalink
Rename library module to mad4j module.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelitop committed Aug 26, 2024
1 parent 0c2746a commit 7aaecd1
Show file tree
Hide file tree
Showing 46 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.name = 'mad4j'
include 'library'
include 'mad4j'

include 'general-bot'
project(':general-bot').projectDir = file('test-bots/general-bot')
2 changes: 1 addition & 1 deletion test-bots/general-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'com.discord4j:discord4j-core:3.2.6'
implementation project(":library")
implementation project(":mad4j")
//implementation 'io.github.stelitop:mad4j:0.0.6-SNAPSHOT'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 7aaecd1

Please sign in to comment.