-
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
f2d99b3
commit d61ed92
Showing
2 changed files
with
3 additions
and
3 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,11 +1,12 @@ | ||
plugins { | ||
kotlin("jvm") | ||
kotlin("jvm") version "1.5.21" | ||
id("org.jetbrains.dokka") version "1.9.10" | ||
} | ||
apply(plugin = "org.gradle.kotlin.kotlin-dsl") | ||
|
||
description = "A Gradle plugin that lets you compile Apache Avro schemas to Java classes and supports dependencies" | ||
|
||
dependencies { | ||
implementation(gradleApi()) | ||
implementation(gradleKotlinDsl()) | ||
implementation(group = "com.github.davidmc24.gradle.plugin", name = "gradle-avro-plugin", version = "1.9.1") | ||
} |
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