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 build refactoring and version upgrade (6 to 8) 🚀🚀 #129

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dejan2609
Copy link
Contributor

@dejan2609 dejan2609 commented Jan 1, 2024

details:

  • gradle: 6.8.2 -->> 8.6
  • gradle 'launch4j' plugin: 2.4.9 -->> 3.0.5
  • gradle 'shadow' plugin is introduced (but gradle build is simplified)
  • gradle configurations are changed:
    ** 'compile' is replaced with 'implementation'
    ** 'testCompile' is replaced with 'testImplementation'

related links:

details:
   * gradle:          6.8.2 -->> 8.6
   * gradle 'launch4j' plugin: 2.4.9 -->> 3.0.5
   * gradle 'shadow' plugin is introduced (but gradle build is simplified)
   * gradle configurations are changed:
      ** 'compile' is replaced with 'implementation'
      ** 'testCompile' is replaced with 'testImplementation'

related links:
  * https://docs.gradle.org/8.6/userguide/upgrading_version_6.html#sec:configuration_removal
  * https://docs.gradle.org/8.6/userguide/upgrading_version_8.html#java_convention_deprecation
  * https://docs.gradle.org/8.6/dsl/org.gradle.api.plugins.JavaPluginExtension.html#org.gradle.api.plugins.JavaPluginExtension:sourceCompatibility
  * https://docs.gradle.org/8.6/javadoc/org/gradle/api/JavaVersion.html
@dejan2609 dejan2609 force-pushed the Gradle-version-upgrade-6-to-8 branch from 35664f1 to e8e85bc Compare February 3, 2024 08:02
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.

None yet

1 participant