Skip to content

Commit

Permalink
Fixing release script to include shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 22, 2017
1 parent 85bd83c commit dd4353e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@

Changelog of Violations lib.

## Unreleased
### No issue

**Fixing release script to include shadow jar**


[95b547b10678668](https://github.com/tomasbjerre/violations-lib/commit/95b547b10678668) Tomas Bjerre *2017-12-22 10:50:04*


## 1.39
### No issue

**Replacing ScriptEngine with Gson**

* To avoid the security issue that arise if custom Javascript can be added to the DocFX file being parsed.
* Using a shaddow jar (named all) to relocate Gson and avoid classpath issues.

[524c39c2ff47d40](https://github.com/tomasbjerre/violations-lib/commit/524c39c2ff47d40) Tomas Bjerre *2017-12-22 10:35:12*


## 1.38
### Jira JENKINS-48669

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ buildscript {
apply from: project.buildscript.classLoader.getResource('java.gradle').toURI()
apply from: project.buildscript.classLoader.getResource('changelog.gradle').toURI()
apply from: project.buildscript.classLoader.getResource('release.gradle').toURI()
apply from: project.buildscript.classLoader.getResource('shadow.gradle').toURI()


dependencies {
compile 'com.google.code.gson:gson:2.8.2'
Expand Down

0 comments on commit dd4353e

Please sign in to comment.