mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
build: use acryl's gradle-avro-plugin (#6390)
This commit is contained in:
parent
bfb682ace7
commit
9be00e9ba1
@ -13,7 +13,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath 'com.linkedin.pegasus:gradle-plugins:' + pegasusVersion
|
||||
classpath 'com.github.node-gradle:gradle-node-plugin:2.2.4'
|
||||
classpath 'com.commercehub.gradle.plugin:gradle-avro-plugin:0.8.1'
|
||||
classpath 'io.acryl.gradle.plugin:gradle-avro-plugin:0.8.1'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:' + springBootVersion
|
||||
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
|
||||
classpath "com.palantir.gradle.gitversion:gradle-git-version:0.12.3"
|
||||
|
@ -2,7 +2,7 @@ configurations {
|
||||
avsc
|
||||
}
|
||||
|
||||
apply plugin: 'com.commercehub.gradle.plugin.avro'
|
||||
apply plugin: 'io.acryl.gradle.plugin.avro'
|
||||
apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user