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

Java 9 dependencies, Gradle build example and Kotlin usage example #867

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

Commits on Aug 27, 2017

  1. Adding jdeps plugin to identify Java 9 issues #843

    The report will be written to `target/jdeps`. After all issues with Java 9 are solved, the configuration of this plugin should be changed to break a build if a new issue is introduced. Therefore just change `failOnWarning` to `true`.
    McPringle committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    08a8fe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    6b02736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1990a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464d1a9 View commit details
    Browse the repository at this point in the history
  4. ✏️ Fixing typos.

    McPringle committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    e15d5ec View commit details
    Browse the repository at this point in the history
  5. 📝 Updating code snippets

    McPringle committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9c0fe0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4e2b19 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    fba24d2 View commit details
    Browse the repository at this point in the history
  2. 🚨 Replacing deprecated Kotlin Library Dependency

    `kotlin-stdlib-jre8` is deprecated as of Kotlin v1.2.0
    McPringle committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    2bcae38 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    4a48cba View commit details
    Browse the repository at this point in the history