-
- All Implemented Interfaces:
public interface MythicDropsReleaseGitHubExtensionConfiguration for creating a GitHub release for MythicDrops Gradle projects.
-
-
Method Summary
Modifier and Type Method Description abstract Property<String>getRepository()GitHub repository for the project (e.g. abstract ConfigurableFileCollectiongetAssets()Any assets to upload to GitHub on release -
-
Method Detail
-
getRepository
abstract Property<String> getRepository()
GitHub repository for the project (e.g., MythicDrops/kindling)
-
getAssets
abstract ConfigurableFileCollection getAssets()
Any assets to upload to GitHub on release
-
-
-
-