Skip to content

Set source/target-compatibility to Java 8 for all modules in project automatically.

License

Notifications You must be signed in to change notification settings

kliche-dev/gradle-plugin-java8-everything

Repository files navigation

Java 8 everything!

Tired of making sure you've added sourceCompatibility/targetCompatibility = "1.8" to all your java/android modules? Can't remember the syntax for setting Java 8 for your kotlin modules?

Take the easy way out. Java 8 everything!

Just apply this plugin to your root project and every java/kotlin/android module will be set to use java 8.

Getting Started

Just add the following to your root build.gradle file and you're done.

plugins {
  id "kliche.java8-everything" version "1.0"
}

License

This project is licensed under the Apache 2 License - see the LICENSE file for details

About

Set source/target-compatibility to Java 8 for all modules in project automatically.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages