Provide a method for common publishing configuration.
This commit is contained in:
@@ -10,14 +10,15 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'base'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
|
||||
def protobufVersion = "2.6.1"
|
||||
def outputJarPath = "$buildDir/libs/${archivesBaseName}-${protobufVersion}.jar"
|
||||
|
||||
version = protobufVersion
|
||||
|
||||
def outputJarPath = "${libsDir}/${archivesBaseName}-${protobufVersion}.jar"
|
||||
|
||||
|
||||
configurations {
|
||||
protobuf
|
||||
protobufSrc
|
||||
|
||||
Reference in New Issue
Block a user