[orx-git-archiver-gradle] Add Gradle plugin for GitArchiver
This commit is contained in:
17
orx-jvm/orx-git-archiver-gradle/build.gradle.kts
Normal file
17
orx-jvm/orx-git-archiver-gradle/build.gradle.kts
Normal file
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
`java-gradle-plugin`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":orx-jvm:orx-git-archiver"))
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("gitArchiveToMarkdown") {
|
||||
id = "org.openrndr.extra.gitarchiver.tomarkdown"
|
||||
implementationClass = "org.openrndr.extra.gitarchiver.GitArchiveToMarkdown"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user