Skip to content

Commit ab41c1d

Browse files
committed
Updated README.md
Changed information about local maven to the published version of the pipeline
1 parent 43f3e14 commit ab41c1d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ A pipeline for processing datasets to extract metrics
44

55
## Build/Publishing
66

7-
All build and publishing operations are resolved via Gradle. To build & publish the library use
8-
9-
```shell
10-
./gradlew publishToMavenLocal
7+
To import the library, add PLAN maven repository:
8+
```kotlin
9+
repositories {
10+
// ...
11+
maven {
12+
url = uri("https://plan-maven.apal-research.com/")
13+
}
14+
}
1115
```
12-
13-
This command will publish the pipeline into the maven local.
14-
15-
To import the pipeline into your project use
16-
16+
And import the library:
1717
```kotlin
18-
implementation("org.jetbrains.plan:experiment-runner:0.0.1")
18+
implementation("org.jetbrains.plan:experiment-runner:0.0.4")
1919
```
2020

2121
## Concepts

0 commit comments

Comments
 (0)