small refactor

This commit is contained in:
2025-01-20 23:31:00 +08:00
parent 1e6ece37a5
commit 9ce3e7fa0a
6 changed files with 18 additions and 18 deletions
@@ -48,7 +48,7 @@ import java.util.concurrent.atomic.AtomicInteger
import io.netty.util.concurrent.Future as NettyFuture
class GbcsClient(private val profile: Configuration.Profile) : AutoCloseable {
class GradleBuildCacheClient(private val profile: Configuration.Profile) : AutoCloseable {
private val group: NioEventLoopGroup
private var sslContext: SslContext
private val log = contextLogger()