Skip to content

Commit

Permalink
Update release note (#1867)
Browse files Browse the repository at this point in the history
* update release note

* disable travis cache

* Update plugin.xml
  • Loading branch information
Eskibear authored Aug 8, 2018
1 parent 0fb0cbb commit ee031b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
language: java
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -fr $HOME/.gradle/caches/modules-2/files-*/com.jetbrains.intellij.idea/
- rm -fr $HOME/.gradle/caches/modules-2/metadata-*/descriptors/com.jetbrains.intellij.idea/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.m2
sudo: false
jdk:
- oraclejdk8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<change-notes>
<![CDATA[
<html>
<h3>[3.10.0]</h3>
<ul>
<li>Supported to fix Spark job configuration in run configuration before Spark job submission.</li>
<li>Fixed some bugs.</li>
<ul>
<h3>[3.9.0]</h3>
<ul>
<li>Added Spark 2.3 support.</li>
Expand Down

0 comments on commit ee031b6

Please sign in to comment.