From fb55800b44dfd2798bb649bfe4e9f86398fe5948 Mon Sep 17 00:00:00 2001 From: yechao Date: Sun, 22 Oct 2023 23:05:52 +0800 Subject: [PATCH] publish plugin --- README.md | 2 +- app/build.gradle | 6 +++--- build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52434da..669ca38 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ repositories { step 2. Add the dependency ```agsl dependencies { - classpath('com.github.yechaoa.GradleX:plugin:1.3') + classpath('com.github.yechaoa.GradleX:plugin:1.4') } ``` step 3. Add the Plugin Id to your build file and configure the gradleX{ } dsl diff --git a/app/build.gradle b/app/build.gradle index faaaf93..e14e253 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' - id 'com.yechaoa.plugin.gradleX' +// id 'com.yechaoa.plugin.gradleX' } /** @@ -13,8 +13,8 @@ plugins { gradleX { printDependencies = false analysisSo = true - checkSnapshot = true - blockSnapshot = false +// checkSnapshot = true +// blockSnapshot = false } /** diff --git a/build.gradle b/build.gradle index 7f03bb4..646b01a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { */ // classpath('com.yechaoa.plugin:gradleX:1.2') // 远端仓库地址 - classpath('com.github.yechaoa.GradleX:plugin:1.3') +// classpath('com.github.yechaoa.GradleX:plugin:1.3') } }