Skip to content

Commit

Permalink
Relocating to correct Java identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 30, 2017
1 parent ba8ca53 commit 8e64583
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

Changelog of Violations lib.

## Unreleased
### No issue

**Doc**


[ba8ca533c8ada71](https://github.com/tomasbjerre/violations-lib/commit/ba8ca533c8ada71) Tomas Bjerre *2017-12-30 10:27:45*


## 1.48
### No issue

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
}

shadowJar {
relocate 'com.google', project.group + '.' + project.name + '.com.google'
relocate 'com.jakewharton', project.group + '.' + project.name + '.com.jakewharton'
relocate 'com.google', safeJavaIdentidier(project.group + '.' + project.name + '.com.google')
relocate 'com.jakewharton', safeJavaIdentidier(project.group + '.' + project.name + '.com.jakewharton')
}

0 comments on commit 8e64583

Please sign in to comment.