Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao committed Jan 6, 2023
1 parent fd94c4f commit 898b90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ dependencies {
bots project(":example-bots")
}

test {
debugOptions {
enabled = true
host = 'localhost'
port = 5005
server = true
suspend = true
}
}

def serverJar = configurations.engine.singleFile

task buildMap(type: JavaExec, dependsOn: [':engine:build']) {
Expand Down
2 changes: 2 additions & 0 deletions engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ repositories {

dependencies {
implementation(
[group: 'org.slf4j', name: 'slf4j-api', version: '2.0.6'],
[group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.6'],
[group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'],
[group: 'commons-cli', name: 'commons-cli', version: '1.5.0'],
[group: 'commons-io', name: 'commons-io', version: '2.11.0'],
Expand Down

0 comments on commit 898b90a

Please sign in to comment.