Skip to content

Updating instructions to describe how to build with Gradle#10

Open
Thunderforge wants to merge 6 commits intoUrbanCode:masterfrom
Thunderforge:adding-gradle-wrapper-and-instructions-to-build
Open

Updating instructions to describe how to build with Gradle#10
Thunderforge wants to merge 6 commits intoUrbanCode:masterfrom
Thunderforge:adding-gradle-wrapper-and-instructions-to-build

Conversation

@Thunderforge
Copy link

Also bundling the Gradle wrapper so that a consistent version of Gradle is used to build the plugin.

The instructions as-is don't describe how to build the plugin since it was migrated to Gradle in version 5. Furthermore, I added build.finalizedBy distPlugin because the Readme says you're supposed to be able to build the project in one step, but that wasn't possible with the existing configuration.

Also bundling the Gradle wrapper so that a consistent version of Gradle is used to build the plugin
@Thunderforge
Copy link
Author

Looks like Travis-CI is passing on Oracle JDK 8 and Open JDK 7, but failing because installations for Oracle JDK 7 and Open JDK 6 don't exist (at /usr/lib/jvm/java-7-oracle and /usr/lib/jvm/java-6-openjdk-amd64 respectively). What is the best way to address these failings? Do we need to support all of these JDKs?

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

Comments