Skip to content

Commit 625b1b6

Browse files
Merge pull request #26 from MaxxtonGroup/correct-build-and-publish
Corrected the build and publish process
2 parents a085091 + bbbc3b9 commit 625b1b6

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
25

microdocs-crawler-doclet/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ apply plugin: 'base'
66
repositories {
77
mavenCentral()
88
mavenLocal()
9+
maven {
10+
url "artifactregistry://europe-maven.pkg.dev/dynamic-concept-192711/maxxton-maven-virtual"
11+
}
912
}
1013

1114
dependencies {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
buildscript {
2+
repositories {
3+
gradlePluginPortal()
4+
}
5+
dependencies {
6+
classpath("com.google.cloud.artifactregistry.gradle-plugin:com.google.cloud.artifactregistry.gradle-plugin.gradle.plugin:2.2.5")
7+
}
8+
}
9+
10+
apply plugin: com.google.cloud.artifactregistry.gradle.plugin.ArtifactRegistryGradlePlugin
11+
112
rootProject.name = 'microdocs-crawler-doclet'

0 commit comments

Comments
 (0)