测试模块
diff --git a/settings.gradle b/settings.gradle
index ec967da..4e2ae1c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,20 +1,2 @@
-pluginManagement {
- resolutionStrategy {
- eachPlugin {
- if (requested.id.namespace != null) {
- if (requested.id.namespace.startsWith("org.jetbrains.kotlin")) {
- println "Kotlin version $kotlinVersion"
- useVersion kotlinVersion
- } else if(requested.id.namespace.startsWith("org.springframework")) {
- println "Springboot version $springbootVersion"
- useVersion springbootVersion
- }
- }
- }
- }
- repositories {
- gradlePluginPortal()
- }
-}
rootProject.name = 'payapi'
-
+include 'payapi-sdk'