Skip to content

Commit

Permalink
Update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed Nov 8, 2024
1 parent a4fa125 commit 6b5f619
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
plugins {
id "com.jfrog.bintray" version "1.7.3"
id "java"
id "checkstyle"
id "jacoco"
id 'org.embulk.embulk-plugins' version '0.4.2'
id "org.embulk.embulk-plugins" version "0.4.2"
id "maven"
id 'maven-publish'
id "signing"
}

repositories {
Expand Down

0 comments on commit 6b5f619

Please sign in to comment.