mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
build.gradle: Migrate from maven to maven-publish plugin
To publish to the local Maven repository, use `gradle publishToMavenLocal` rather than `gradle install`.
This commit is contained in:
parent
1d52427f2f
commit
8a775a37d8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.google.protobuf'
|
||||
id 'maven'
|
||||
id 'maven-publish'
|
||||
id 'eclipse'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue