Skip to content

Commit

Permalink
compileClasspath
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Sep 24, 2024
1 parent 83afdc6 commit 3daa331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test {
}

dependencies {
implementation group: 'org.ic4j', name: 'ic4j-candid', version: '0.7.1'
shadow group: 'org.ic4j', name: 'ic4j-candid', version: '0.7.1'

// https://mvnrepository.com/artifact/commons-codec/commons-codec
implementation group: 'commons-codec', name: 'commons-codec', version: '1.17.0'
Expand Down
3 changes: 2 additions & 1 deletion upload-github.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'maven-publish'
apply plugin: 'com.gradleup.shadow'

afterEvaluate {
publishing {
Expand All @@ -9,7 +10,7 @@ afterEvaluate {
artifactId = "$project.artifactId"
version = "$project.artifactVersion"

artifact shadowJar
from components.shadow
// from components.java

pom.withXml {
Expand Down

0 comments on commit 3daa331

Please sign in to comment.