-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
231e77c
commit 16deb6e
Showing
13 changed files
with
30 additions
and
39 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
public abstract class se/premex/gross/AssetCopyTask : org/gradle/api/DefaultTask { | ||
public abstract class io/github/usefulness/licensee/AssetCopyTask : org/gradle/api/DefaultTask { | ||
public fun <init> ()V | ||
public final fun action ()V | ||
public abstract fun getInputFile ()Lorg/gradle/api/file/RegularFileProperty; | ||
public abstract fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty; | ||
public abstract fun getTargetFileName ()Lorg/gradle/api/provider/Property; | ||
} | ||
|
||
public abstract class se/premex/gross/CodeGenerationTask : org/gradle/api/DefaultTask { | ||
public abstract class io/github/usefulness/licensee/CodeGenerationTask : org/gradle/api/DefaultTask { | ||
public fun <init> ()V | ||
public final fun action ()V | ||
public abstract fun getInputFile ()Lorg/gradle/api/file/RegularFileProperty; | ||
public abstract fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty; | ||
} | ||
|
||
public final class se/premex/gross/GrossPlugin : org/gradle/api/Plugin { | ||
public fun <init> ()V | ||
public synthetic fun apply (Ljava/lang/Object;)V | ||
public fun apply (Lorg/gradle/api/Project;)V | ||
} | ||
|
||
public class se/premex/gross/LicenseeForAndroidExtension { | ||
public class io/github/usefulness/licensee/LicenseeForAndroidExtension { | ||
public fun <init> (Lorg/gradle/api/model/ObjectFactory;)V | ||
public final fun getAndroidAssetFileName ()Lorg/gradle/api/provider/Property; | ||
public final fun getEnableAndroidAssetGeneration ()Lorg/gradle/api/provider/Property; | ||
public final fun getEnableKotlinCodeGeneration ()Lorg/gradle/api/provider/Property; | ||
public final fun getSingularVariantName ()Lorg/gradle/api/provider/Property; | ||
} | ||
|
||
public final class io/github/usefulness/licensee/LicenseeForAndroidPlugin : org/gradle/api/Plugin { | ||
public fun <init> ()V | ||
public synthetic fun apply (Ljava/lang/Object;)V | ||
public fun apply (Lorg/gradle/api/Project;)V | ||
} | ||
|
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
4 changes: 2 additions & 2 deletions
4
.../se/premex/gross/ArtifactCodeGenerator.kt → ...fulness/licensee/ArtifactCodeGenerator.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
2 changes: 1 addition & 1 deletion
2
...n/kotlin/se/premex/gross/AssetCopyTask.kt → ...thub/usefulness/licensee/AssetCopyTask.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
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
2 changes: 1 addition & 1 deletion
2
...emex/gross/LicenseeForAndroidExtension.kt → ...s/licensee/LicenseeForAndroidExtension.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
4 changes: 2 additions & 2 deletions
4
...ain/kotlin/se/premex/gross/GrossPlugin.kt → ...ness/licensee/LicenseeForAndroidPlugin.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
2 changes: 1 addition & 1 deletion
2
...se/premex/gross/LicenseeTypesGenerator.kt → ...ulness/licensee/LicenseeTypesGenerator.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
2 changes: 1 addition & 1 deletion
2
...n/kotlin/se/premex/gross/core/Artifact.kt → ...thub/usefulness/licensee/core/Artifact.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
10 changes: 5 additions & 5 deletions
10
.../se/premex/gross/ArtifactGeneratorTest.kt → ...fulness/licensee/ArtifactGeneratorTest.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
2 changes: 1 addition & 1 deletion
2
...remex/gross/LicenseeTypesGeneratorTest.kt → ...ss/licensee/LicenseeTypesGeneratorTest.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
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
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