Skip to content

Commit 6a5bb91

Browse files
Update embedded code sample
1 parent 8abe88c commit 6a5bb91

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

docs/content/docs/validation/01-getting-started/adding-to-build.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ pluginManagement {
88
repositories {
99
mavenLocal()
1010
gradlePluginPortal()
11-
maven {
12-
url = java.net.URI("https://europe-maven.pkg.dev/spine-event-engine/snapshots")
13-
}
14-
maven {
15-
url = java.net.URI("https://europe-maven.pkg.dev/spine-event-engine/releases")
16-
}
11+
maven("https://europe-maven.pkg.dev/spine-event-engine/snapshots")
12+
maven("https://europe-maven.pkg.dev/spine-event-engine/releases")
1713
}
1814
}
1915
```
@@ -30,7 +26,6 @@ Choose the setup that matches your project:
3026

3127
Both modes integrate the Validation compiler into the build and add the runtime library.
3228

33-
3429
### Mode 1: standalone via Validation Gradle plugin
3530

3631
Use this mode if you want to run Validation without the rest of Spine.

0 commit comments

Comments
 (0)