Skip to content

Commit

Permalink
Upgrade to plugin version that actually exists
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-schmidt committed Jul 15, 2024
1 parent df2f448 commit 9843081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
}
dependencies {
classpath 'com.commercehub.gradle.plugin:gradle-avro-plugin:0.14.0'
classpath 'com.github.davidmc24.gradle.plugin:gradle-avro-plugin:1.0.0'
}
}

Expand All @@ -20,7 +20,7 @@ plugins {
id 'pmd'
}

apply plugin: 'com.commercehub.gradle.plugin.avro'
apply plugin: 'com.github.davidmc24.gradle.plugin.avro'
apply plugin: 'idea'

configurations {
Expand Down

0 comments on commit 9843081

Please sign in to comment.