Skip to content

Commit

Permalink
add /downloads command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Galushko committed Jul 1, 2024
1 parent 5da38d9 commit e09b718
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies {
implementation 'org.json:json:+'
implementation 'org.slf4j:slf4j-log4j12:+'
implementation fileTree(dir: System.getenv('CORE_LOCATION'), include: ['*.jar'])
compileOnly 'org.projectlombok:lombok:+'
annotationProcessor 'org.projectlombok:lombok:+'
implementation 'org.projectlombok:lombok:+'
implementation 'com.fasterxml.jackson.core:jackson-databind:+'
}

repositories {
Expand Down
3 changes: 1 addition & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ dependencies {
implementation 'com.rabbitmq:amqp-client:+'
implementation 'org.json:json:+'
implementation 'org.slf4j:slf4j-log4j12:+'
compileOnly 'org.projectlombok:lombok:+'
annotationProcessor 'org.projectlombok:lombok:+'
implementation 'org.projectlombok:lombok:+'
implementation 'com.fasterxml.jackson.core:jackson-databind:+'
implementation 'org.apache.httpcomponents:httpclient:+'
}
4 changes: 2 additions & 2 deletions text/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies {
implementation 'org.json:json:+'
implementation 'org.slf4j:slf4j-log4j12:+'
implementation fileTree(dir: System.getenv('CORE_LOCATION'), include: ['*.jar'])
compileOnly 'org.projectlombok:lombok:+'
annotationProcessor 'org.projectlombok:lombok:+'
implementation 'org.projectlombok:lombok:+'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
}

repositories {
Expand Down
3 changes: 1 addition & 2 deletions torrent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ dependencies {
implementation 'org.json:json:+'
implementation 'org.slf4j:slf4j-log4j12:+'
implementation fileTree(dir: System.getenv('CORE_LOCATION'), include: ['*.jar'])
compileOnly 'org.projectlombok:lombok:+'
annotationProcessor 'org.projectlombok:lombok:+'
implementation 'org.projectlombok:lombok:+'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
implementation 'org.apache.httpcomponents:httpclient:+'
}
Expand Down

0 comments on commit e09b718

Please sign in to comment.