mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-09-05 10:15:36 +08:00
31 lines
580 B
YAML
31 lines
580 B
YAML
preferences:
|
|
autowire-on-sync-mode: UPDATE_OPTIONAL_DEPENDENCIES
|
|
repositories-mode: FAIL_ON_PROJECT_REPOS
|
|
|
|
repositories:
|
|
gradle-plugin-portal:
|
|
scope: PLUGINS
|
|
google:
|
|
maven-central:
|
|
maven-local:
|
|
|
|
plugins:
|
|
org.jetbrains.kotlin.jvm:
|
|
alias: kotlin-jvm
|
|
version: 1.9.21
|
|
com.vanniktech.maven.publish:
|
|
alias: maven-publish
|
|
version: 0.25.3
|
|
|
|
libraries:
|
|
com.squareup.okhttp3:
|
|
okhttp:
|
|
version: 4.12.0
|
|
com.squareup:
|
|
kotlinpoet:
|
|
version: 1.15.3
|
|
javapoet:
|
|
version: 1.13.0
|
|
net.lingala.zip4j:
|
|
zip4j:
|
|
version: 2.11.5 |