-
Notifications
You must be signed in to change notification settings - Fork 227
Make a release script and some fixes for Sonatype in build.sbt #371
Conversation
|
BTW, I faced an issue that Scala version suffixes are missing. I think I always followed the current procedures so far if I am not mistaken so I suspect it's an issue somewhere. For 0.5.0 release, I had to make some minor fixes in I'm going to fix the script when next release is to be done later if I need to fix something else. |
Codecov Report
@@ Coverage Diff @@
## master #371 +/- ##
=======================================
Coverage 87.48% 87.48%
=======================================
Files 14 14
Lines 735 735
Branches 90 90
=======================================
Hits 643 643
Misses 92 92Continue to review full report at Codecov.
|
|
This makes sense. Yes, I was afraid that the several changes I made to the build script might have caused an issue at release time. I think the issue here is If the issue is only that there is Or you can just set this to Or maybe that wasn't the problem you are seeing. |
|
Yea, those stuff were what I faced. Let me get rid of |
|
I just released it and tested this script. |
a8df47b to
6cf16f2
Compare
| crossScalaVersions := Seq("2.11.12", "2.12.8") | ||
|
|
||
| // Necessary for JUnit tests to be found? | ||
| crossPaths := false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I at least see being ran fine in Travis CI ...
[info] Test com.databricks.spark.xml.JavaXmlSuite.testLoad started
[info] Test com.databricks.spark.xml.JavaXmlSuite.testSave started
[info] Test com.databricks.spark.xml.JavaXmlSuite.testXmlParser started
should not be a big deal .. I guess ..
|
Ok that's good. Either I made a mistake or something else was actually the fix. Thanks! |
No description provided.