-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...c/main/kotlin/com/github/jengelman/gradle/plugins/shadow/relocation/CacheableRelocator.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.github.jengelman.gradle.plugins.shadow.relocation | ||
|
||
/** | ||
* Marks that a given instance of [Relocator] is compatible with the Gradle build cache. | ||
* In other words, it has its appropriate inputs annotated so that Gradle can consider them when | ||
* determining the cache key. | ||
*/ | ||
@Retention(AnnotationRetention.RUNTIME) | ||
@Target(AnnotationTarget.CLASS) | ||
public annotation class CacheableRelocator |
17 changes: 0 additions & 17 deletions
17
...in/groovy/com/github/jengelman/gradle/plugins/shadow/relocation/CacheableRelocator.groovy
This file was deleted.
Oops, something went wrong.