Skip to content

[BUG] arrow-meta 1.0.0 jar misses many required classes #869

@peterpaul

Description

@peterpaul

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:

  1. Clone https://github.com/arrow-kt/arrow-meta-examples
  2. Run ./gradlew build to validate it still works
  3. Set ARROW_META_VERSION=1.0.0 in gradle.properties
  4. Run ./gradlew build
  5. Observe that compilation fails with many unresolved reference errors

Alternative steps

  1. Download arrow-meta-1.0.jar from https://search.maven.org/artifact/io.arrow-kt/arrow-meta/1.0.0/jar
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions