Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit e719764

Browse files
committed
minor fix to the read me
1 parent 93d19b0 commit e719764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ out/cypher-shell.zip: tmp/cypher-shell.zip
133133
# ======================= RPM JAVA-ADAPTER =======================
134134

135135
.PHONY: java-adapter
136-
java-adapter: $(java_adapter_artifacts) ## Build the RPM package
136+
java-adapter: $(java_adapter_artifacts) ## Build the java adapter package for java 11 compatibility
137137

138138
out/neo4j-java-adapter-%.rpm: out/rpm/RPMS/noarch/neo4j-java-adapter-%.rpm
139139
mkdir -p $(dir $@)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ available in your local package manager.
3434
Then just do
3535

3636
```
37-
make debian rpm8 rpm11
37+
make debian rpm
3838
```
3939

4040
To test the packages you need to have Docker installed:
4141

4242
```
43-
make debian-test rpm8-test rpm11-test
43+
make debian-test rpm-test
4444
```
4545

4646
To get the versions correct when building packages you can override

0 commit comments

Comments
 (0)