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

Gradle Wrapper 7.x - 8.8 , updated break fix on the build and compilation process. #2643

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Vampeyer
Copy link

@Vampeyer Vampeyer commented Jul 25, 2024

Description

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • Tests for the changes have been added (for bug fixes / features)
  • Requires Activation Code (Hard Fork)
  • Other information:

Video of new working build and new build structure from gradle 8.8
@Vampeyer
Copy link
Author

Here is a small gif too see the expected build results , as well as the same commands to see the broken build from an old gradlew init. In the new Gradle 8.8 Wrapper build , The Jar file compiles in the ./app/build/libs folder , and should appear there after running ./gradlew build ,
from a terminal in the working root directory.

GRADLE-BUILD-FIX-8 8

@Vampeyer
Copy link
Author

Vampeyer commented Jul 25, 2024

Here is a small gif , displaying the expected build process, as well as the same commands to test the current broken build process,
In Gradle 8.8 , the .jar file is now being compiled in the ./app/build/libs folder as , ./app/build/libs/app.jar , or whatever named .jar file needed.
after running the ./gradlew build command in a terminal , while in the working root directory folder.

Edit this pull request as needed , I didnt mean to remove any essential documentation that goes with this , Thank you !

GRADLE-BUILD-FIX-8 8

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