1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-08 23:42:08 +03:00

Configure gradle artifact uploads

This commit is contained in:
Jesse Wilson
2019-03-17 09:13:01 -04:00
parent 544142efe9
commit c53f8db73d
20 changed files with 44 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
apply plugin: 'com.vanniktech.maven.publish'
jar {
manifest {
attributes('Automatic-Module-Name': 'okhttp3.logging')

View File

@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=okhttp-logging-interceptor
POM_NAME=okhttp-logging-interceptor
POM_PACKAGING=jar