Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the R8 lib from Google #24

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Use the R8 lib from Google #24

merged 1 commit into from
Nov 24, 2024

Conversation

martinbonnin
Copy link
Member

@martinbonnin martinbonnin commented Nov 24, 2024

Instead of using my fork use the version published by Google. Also allow to change the r8 version used

// Add the r8 repo
repositories {
    maven("https://storage.googleapis.com/r8-releases/raw/") 
}

// Configure gr8
gr8 {
  val shadowJar = create("default") {
    // Use a version name
    r8Version("8.8.19")
    // or a git sha1 directly
    r8Version("887704078a06fc0090e7772c921a30602bf1a49f")
  }
}

@martinbonnin martinbonnin merged commit d7730d0 into main Nov 24, 2024
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