Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -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' }
Expand All @@ -9,4 +8,3 @@ pluginManagement {
}
}
rootProject.name = 'plugin-s3'