Skip to content

Commit

Permalink
Updated plugin version to 3.3.1 and gradle-plugin-publish to 0.11.0 (#24
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Oleksii Lisikh authored Apr 19, 2020
1 parent 7db82d9 commit 66a665e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ plugins {
id 'groovy'
id 'java-gradle-plugin'
id 'maven-publish'
id 'com.gradle.plugin-publish' version "0.10.0"
id 'com.gradle.plugin-publish' version "0.11.0"
id 'org.jetbrains.gradle.plugin.idea-ext' version "0.4.2"
}

version = '3.3.0'
version = '3.3.1'
group = 'com.github.alisiikh'

ext {
Expand Down

0 comments on commit 66a665e

Please sign in to comment.