Skip to content

Fix publishing config: packaging type, version source, Gradle dependency syntax#6

Merged
ignaciotcrespo merged 1 commit into
masterfrom
claude/issue-5-20260401-0906
Apr 1, 2026
Merged

Fix publishing config: packaging type, version source, Gradle dependency syntax#6
ignaciotcrespo merged 1 commit into
masterfrom
claude/issue-5-20260401-0906

Conversation

@ignaciotcrespo

Copy link
Copy Markdown
Owner

Fixes several issues in the Maven publishing setup:

  • gradle.properties: fix POM_PACKAGING from aar to jar (this is a Java library, not Android)
  • build.gradle: read GROUP and VERSION_NAME from gradle.properties instead of hardcoding
  • readme.md: update deprecated testCompile to testImplementation

Relates to #5

Generated with Claude Code

…ackaging type, update Gradle dependency syntax

- build.gradle: use GROUP and VERSION_NAME from gradle.properties instead of hardcoding
- gradle.properties: fix POM_PACKAGING from 'aar' to 'jar' (this is a Java library)
- readme.md: update testCompile to testImplementation (testCompile was deprecated in Gradle 3.4)

Co-authored-by: Ignacio Tomas Crespo <ignaciotcrespo@users.noreply.github.com>
@ignaciotcrespo ignaciotcrespo merged commit 3e1fdc0 into master Apr 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant