File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ A pipeline for processing datasets to extract metrics
4
4
5
5
## Build/Publishing
6
6
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
+ }
11
15
```
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:
17
17
``` kotlin
18
- implementation(" org.jetbrains.plan:experiment-runner:0.0.1 " )
18
+ implementation(" org.jetbrains.plan:experiment-runner:0.0.4 " )
19
19
```
20
20
21
21
## Concepts
You can’t perform that action at this time.
0 commit comments