File tree Expand file tree Collapse file tree
docs/content/docs/validation/01-getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3127Both modes integrate the Validation compiler into the build and add the runtime library.
3228
33-
3429### Mode 1: standalone via Validation Gradle plugin
3530
3631Use this mode if you want to run Validation without the rest of Spine.
You can’t perform that action at this time.
0 commit comments