Skip to content

Commit

Permalink
Convert CacheableRelocator
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 6, 2024
1 parent 4a9f041 commit efcc0cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
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

This file was deleted.

0 comments on commit efcc0cd

Please sign in to comment.