Skip to content

Commit

Permalink
Replaced deprecated maven plugin with maven-publish plugin (in view o…
Browse files Browse the repository at this point in the history
…f Gradle 7)
  • Loading branch information
FedericoPecora committed Jan 16, 2020
1 parent 65fc328 commit 87bcdf3
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 @@ -21,8 +21,8 @@
apply plugin: 'java'
apply plugin: 'eclipse'

// The Maven plugin is only required if your package is used as a library.
apply plugin: 'maven'
// The Maven publish plugin is only required if your package is used as a library.
apply plugin: 'maven-publish'

// The Application plugin and mainClassName attribute are only required if
// your package is used as a binary.
Expand Down

0 comments on commit 87bcdf3

Please sign in to comment.