Johnathan Gilday 0c2d312186 🚧 Gradle 6 - Platforms
2019-12-20 14:00:31 -05:00

11 lines
245 B
Plaintext

plugins {
`java-platform`
}
dependencies {
constraints {
api("org.apache.httpcomponents:fluent-hc:4.5.10")
api("org.apache.httpcomponents:httpclient:4.5.10")
runtime("commons-logging:commons-logging:1.2")
}
}