Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Add okio to shade logic (#42)
Browse files Browse the repository at this point in the history
* add okio to relocate shade gradle config

* update version
  • Loading branch information
fieldju authored May 23, 2019
1 parent 7d43bcb commit 7515dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=7.0.0
version=7.0.1
groupId=com.nike
artifactId=cerberus-client
3 changes: 2 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ shadowJar {
relocate 'models.', 'cerberus.models.'
relocate 'mozilla.', 'cerberus.mozilla.'
relocate 'software.', 'cerberus.software.'
relocate 'okio.', 'cerberus.okio.'
}

shadowJar.dependsOn copyProjectVersion
shadowJar.dependsOn copyProjectVersion

0 comments on commit 7515dcc

Please sign in to comment.