build: use acryl's gradle-avro-plugin (#6390)

This commit is contained in:
Harshal Sheth 2022-11-09 02:39:05 -08:00 committed by GitHub
parent bfb682ace7
commit 9be00e9ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -2,7 +2,7 @@ configurations {
avsc
}
apply plugin: 'com.commercehub.gradle.plugin.avro'
apply plugin: 'io.acryl.gradle.plugin.avro'
apply plugin: 'java'
dependencies {