Created
April 17, 2017 15:25
-
-
Save eriwen/d453092c9ea869ce6a8977b8a780e069 to your computer and use it in GitHub Desktop.
Definition of Gradle Public API for versioning/regression testing purposes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include 'org/gradle/*' | |
include 'org/gradle/api/**' | |
include 'org/gradle/authentication/**' | |
include 'org/gradle/buildinit/**' | |
include 'org/gradle/caching/**' | |
include 'org/gradle/external/javadoc/**' | |
include 'org/gradle/ide/**' | |
include 'org/gradle/ivy/**' | |
include 'org/gradle/jvm/**' | |
include 'org/gradle/language/**' | |
include 'org/gradle/maven/**' | |
include 'org/gradle/nativeplatform/**' | |
include 'org/gradle/platform/**' | |
include 'org/gradle/play/**' | |
include 'org/gradle/plugin/devel/**' | |
include 'org/gradle/plugin/repository/*' | |
include 'org/gradle/plugin/use/*' | |
include 'org/gradle/plugins/**' | |
include 'org/gradle/process/**' | |
include 'org/gradle/testfixtures/**' | |
include 'org/gradle/testing/jacoco/**' | |
include 'org/gradle/tooling/**' | |
include 'org/gradle/model/**' | |
include 'org/gradle/testkit/**' | |
include 'org/gradle/testing/**' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment