Skip to content

Commit

Permalink
build: use acryl's gradle-avro-plugin (#6390)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Nov 9, 2022
1 parent bfb682a commit 9be00e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion metadata-events/mxe-avro-1.7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configurations {
avsc
}

apply plugin: 'com.commercehub.gradle.plugin.avro'
apply plugin: 'io.acryl.gradle.plugin.avro'
apply plugin: 'java'

dependencies {
Expand Down

0 comments on commit 9be00e9

Please sign in to comment.