[ https://issues.apache.org/jira/browse/KAFKA-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897288#comment-13897288 ]
Jun Rao commented on KAFKA-1243: -------------------------------- I made a pass of this jira and fixed the following. 1. added LICENSE and NOTICE file to all built jars (KAFKA-1244) 2. removed "-dist" from release tgz file (KAFKA-1249) 3. removed the step "./gradlew copyDependantLibs" by making it a dependency of "./gradlew core:jar" KAFKA-1246: There is no scala 2.10 release. The released ones are 2.10.1, 2.10.2, 2.10.3, etc. So, there shouldn't be a kafka jar for scala 2.10. What we are doing now in gradle seems correct. KAFKA-1248: I don't think those jars (include the test jar) need to be in maven. We can build a test jar for local testing though. Joe, I am not so sure about KAFKA-121. The pom file generated by gradle does have license, url and group id. What else do you think are needed? KAFKA-1254: Once we addressed all sub-jiras, we can remove sbt. > Gradle issues for release > ------------------------- > > Key: KAFKA-1243 > URL: https://issues.apache.org/jira/browse/KAFKA-1243 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8.1 > Reporter: Joe Stein > Priority: Blocker > Fix For: 0.8.1 > > Attachments: KAFKA-1243.patch > > > This is the parent issue for all of the sub tasks found for the release that > are required to update on gradle. I think some of the changes are going to > be minor and in some cases not blockers but there are a bunch of them so we > can identify each minuscule item but have it a bit organized. -- This message was sent by Atlassian JIRA (v6.1.5#6160)