From 9d1a0f299dbc731093c1e203018593b18b0af91f Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 10 Jun 2025 23:23:07 +0800 Subject: [PATCH] Upgrade Halo Gradle plugin to 0.6.0 --- build.gradle | 11 +---------- settings.gradle | 2 -- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 66a3ff4..54911a6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,8 @@ -// TODO Remove the buildscript block when the halo devtools plugin is updated to use ASM 9.5 or later. -buildscript { - dependencies { - // force the version of ASM used by the halo devtools plugin - classpath('org.ow2.asm:asm:9.8') - classpath('org.ow2.asm:asm-commons:9.8') - } -} - plugins { id 'java' id "com.github.node-gradle.node" version "7.1.0" id "io.freefair.lombok" version "8.13.1" - id "run.halo.plugin.devtools" version "0.5.0" + id "run.halo.plugin.devtools" version "0.6.0" id 'org.openapi.generator' version '7.12.0' } diff --git a/settings.gradle b/settings.gradle index 9887684..46b1bbb 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,5 @@ pluginManagement { repositories { - maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' } mavenCentral() maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/spring-plugin' } @@ -9,4 +8,3 @@ pluginManagement { } } rootProject.name = 'plugin-s3' -