Changed to API, so that dependent projects don't have to explicitly define required dependencies

master
Robinson 2022-03-03 00:07:30 +01:00
parent f8004b096e
commit 411553164e
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ tasks.jar.get().apply {
}
dependencies {
implementation("com.dorkbox:Updates:1.1")
api("com.dorkbox:Updates:1.1")
// optionally using KRYO
compileOnly("com.esotericsoftware:kryo:5.3.0")