-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
ingradle.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
.
vnermolaev
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working