Skip to content

Commit 08692de

Browse files
committed
added note to readme
1 parent a3321b0 commit 08692de

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,10 @@ If you need a snapshot version, you must enable snapshots and change your depend
128128
<version>{major.minor.patch}-SNAPSHOT</version>
129129
</dependency>
130130
```
131+
132+
# Notes
133+
134+
If you are importing the source code from this repo, please be aware that each project is its own library. Some projects have classes with the same name,
135+
but each project is completely independent on another,
136+
except if one specifically depends on another.
137+
For example, the publish extensions depends on retrier, but it includes the library via gradle, not the source code.

direct-batch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
implementation 'io.nats:jnats:2.20.5.main-2-11-SNAPSHOT'
41+
implementation 'io.nats:jnats:2.21.0-SNAPSHOT'
4242

4343
testImplementation 'io.nats:jnats-server-runner:1.2.8'
4444
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'

0 commit comments

Comments
 (0)