Skip to content

Commit

Permalink
add idea-ext to let intellij know, to generateAvroJava before any b…
Browse files Browse the repository at this point in the history
…uilding
  • Loading branch information
markush81 committed Apr 1, 2023
1 parent 597aa4e commit 8d0cb88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ plugins {
id 'com.github.psxpaul.execfork' version '0.2.2'
id "com.github.ben-manes.versions" version "0.46.0"
id "com.github.davidmc24.gradle.plugin.avro" version "1.6.0"

// idea
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7"
}

group "org.akhq"
Expand Down Expand Up @@ -45,6 +48,17 @@ configurations.all {
}
}


/**********************************************************************************************************************\
* IntelliJ IDEA
**********************************************************************************************************************/
idea.project.settings {
taskTriggers {
beforeBuild generateAvroJava
beforeRebuild generateAvroJava
}
}

/**********************************************************************************************************************\
* Micronaut
**********************************************************************************************************************/
Expand Down

0 comments on commit 8d0cb88

Please sign in to comment.