Skip to content

Commit e41cb19

Browse files
committed
#14 - Fixed a bug with the dependencies in java-warc-reactive.
1 parent b0216d4 commit e41cb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.github.bottomless-archive-project
2-
version=1.2.0
2+
version=1.2.1
33
name=Java WARC
44
description=A WARC file reader and parser written in Java.
55
ossrhUsername=

java-warc-reactive/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
implementation project(':java-warc')
2+
api project(':java-warc')
33

44
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.4.9'
55
}

0 commit comments

Comments
 (0)