Toolbox/buildSrc/build.gradle
Quentin Legot 349ab639da
Some checks reported warnings
/ deploy (17, ubuntu-latest) (push) Has been cancelled
/ build (17, ubuntu-latest) (push) Has been cancelled
Add a report to discord gradle task and added it to ci
2023-07-26 22:18:20 +02:00

11 lines
155 B
Groovy

plugins {
id 'java'
}
dependencies {
implementation "com.squareup.okhttp3:okhttp:${project.okhttp_version}"
}
repositories {
mavenCentral()
}