This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 1596d61 Install source JAR when running install target (#310)
1596d61 is described below
commit 1596d61d5aee12cb089affa7b9113ece74025e8d
Author: David Phillips <[email protected]>
AuthorDate: Thu Jul 25 14:30:47 2019 -0700
Install source JAR when running install target (#310)
---
build.gradle | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/build.gradle b/build.gradle
index 282ce61..fe08286 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,6 +64,10 @@ subprojects {
apply plugin: 'maven' // make pom files for deployment
apply plugin: 'nebula.maven-base-publish'
+ artifacts {
+ archives sourceJar
+ }
+
compileJava {
options.encoding = "UTF-8"
}