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

Commit

Permalink
jitpack version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjosephmj committed Jun 16, 2021
1 parent 67d7e33 commit 5c050aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions raccoon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.iamjosephmj.raccoon'
artifactId = 'release'
version = '1.0.3'
version = '1.0.4'
}
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
// Applies the component for the debug build variant.
from components.debug
groupId = 'com.iamjosephmj.raccoon'
artifactId = 'release'
version = '1.0.3'
version = '1.0.4'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RaccoonConfig(
}

fun build(): RaccoonConfig {
return me.iamjoseph.raccoon.core.stub.config.RaccoonConfig(
return RaccoonConfig(
serviceClasses,
raccoonParserType
)
Expand Down

0 comments on commit 5c050aa

Please sign in to comment.