Add gradle wrapper to `java/`

Open
#73 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Stale
Tech stack
java
Domain
build-system

Research direction

Work in the java/ directory and first read the Gradle version mentioned in README.md. Run the requested Gradle wrapper generation using a compatible Gradle 8.0+ installation, then verify that the generated gradlew file is present and locks the repository's Gradle version.

Written by the indexing model from the issue text.

Description

enhancement

@cblichmann
Please run gradle wrapper on your local developer machine to generate a gradlew file in java/ to lock the Gradle version in this repository.

I first tried Gradle 6.8.3 (as stated in README.md) but it actually requires Gradle 8.0+:

FAILURE: Build failed with an exception.

* Where:
Build file '/home/mochaa/ghq/github.com/google/bindiff/java/ui/build.gradle' line: 27

* What went wrong:
A problem occurred evaluating project ':ui'.
> Failed to apply plugin class 'com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin'.
   > This version of Shadow supports Gradle 8.0+ only. Please upgrade.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
Dominant language
Java
Stars
3.2k
Forks
240
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from google/bindiff

All issues in google/bindiff

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.