MetroCS / QualityToolsForBlueJ

BlueJ extension to integrate quality assessment tools
GNU Lesser General Public License v3.0
0 stars 42 forks source link

[UserStory] Automate Java version compatibility with BlueJ product updates #147

Open jody opened 4 years ago

jody commented 4 years ago

User Story

Essential components

Story

As a maintainer
I want the automated build process to update its configuration of Java versions specified for compilation and packaging
so that I don't need to manually update build configuration information (e.g., build.gradle) in response to newer versions of BlueJ

Acceptance Criteria

Scenario 1

Given an updated version of the BlueJ product,
when the updated bluejext.jar file appropriately appears in the QT4BJ repository, and the product build+packaging process is invoked
then the build process completes without error and the resulting product (extension jar file) is compatible with the updated version of BlueJ.

Related Information

See #136

Dependencies

Depends On

(Issues on which this story depends)

Dependents

(Issues dependent on this story)