File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class MyClass {
5656
5757### Add it to your build
5858
59- Maven:
59+ #### Maven
6060``` xml
6161<dependency >
6262 <groupId >dev.openfeature</groupId >
@@ -65,10 +65,25 @@ Maven:
6565</dependency >
6666```
6767
68- Gradle:
68+ If you would like snapshot builds, this is the relevant repository information:
69+
70+ ``` xml
71+ <repositories >
72+ <repository >
73+ <snapshots >
74+ <enabled >true</enabled >
75+ </snapshots >
76+ <id >sonartype</id >
77+ <name >Sonartype Repository</name >
78+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
79+ </repository >
80+ </repositories >
81+ ```
82+
83+ #### Gradle
6984``` groovy
7085dependencies {
71- implementation 'dev.openfeature:javasdk:0.0.1 -SNAPSHOT'
86+ implementation 'dev.openfeature:javasdk:0.0.3 -SNAPSHOT'
7287}
7388```
7489
You can’t perform that action at this time.
0 commit comments