Describe the bug
The arrow-meta-1.0.0.'jar file is missing many classes that can be found in the 1.5.0-SNAPSHOT version from https://oss.sonatype.org/content/repositories/snapshots/.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/arrow-kt/arrow-meta-examples
- Run
./gradlew build to validate it still works
- Set
ARROW_META_VERSION=1.0.0 in gradle.properties
- Run
./gradlew build
- Observe that compilation fails with many
unresolved reference errors
Alternative steps
- Download arrow-meta-1.0.jar from https://search.maven.org/artifact/io.arrow-kt/arrow-meta/1.0.0/jar
- Inspect the jar file, and observe that many classes, like
arrow/meta/Meta.class are missing.
Expected behavior
Compilation should work successfully.
The arrow-meta.jar file should contain the arrow/meta/Meta.class.
Describe the bug
The
arrow-meta-1.0.0.'jarfile is missing many classes that can be found in the 1.5.0-SNAPSHOT version fromhttps://oss.sonatype.org/content/repositories/snapshots/.To Reproduce
Steps to reproduce the behavior:
./gradlew buildto validate it still worksARROW_META_VERSION=1.0.0ingradle.properties./gradlew buildunresolved referenceerrorsAlternative steps
arrow/meta/Meta.classare missing.Expected behavior
Compilation should work successfully.
The
arrow-meta.jarfile should contain thearrow/meta/Meta.class.