Skip to content

Commit 53d2fa9

Browse files
committed
This Stuff.
1 parent 6d61e87 commit 53d2fa9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version = properties("pluginVersion")
2626
repositories {
2727
mavenCentral()
2828
mavenLocal()
29-
maven(url = "https://repo.spring.io/plugins-release/)")
29+
gradlePluginPortal()
3030
}
3131

3232
dependencies {

buildSrc/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
repositories {
77
mavenLocal()
88
mavenCentral()
9+
gradlePluginPortal()
910
maven {
1011
name = "GitHubPackages"
1112
url = uri("https://maven.pkg.github.com/doki-theme/doki-build-source-jvm")

0 commit comments

Comments
 (0)