Skip to content

Commit

Permalink
include jitpack config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ezechuka committed Feb 27, 2022
1 parent 383ea23 commit 61c75e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.google.code.gson:gson:2.9.0'
implementation("androidx.room:room-runtime:2.4.1")
implementation project(':roomie-annotation')
kapt project(':roomie-processor')
// implementation project(':roomie-annotation')
// kapt project(':roomie-processor')
implementation 'com.github.ezechuka:Roomie:1.0.0'

testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk:
- openjdk11
before_install:
- ./scripts/prepareJitpackEnvironment.sh
2 changes: 1 addition & 1 deletion roomie-annotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ afterEvaluate {
publishing {
publications {
release(MavenPublication) {
groupId = 'com.javalon.roomie'
groupId = 'com.roomie'
artifactId = 'core'
version = '1.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion roomie-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ afterEvaluate {
publishing {
publications {
release(MavenPublication) {
groupId = 'com.javalon.roomie'
groupId = 'com.roomie'
artifactId = 'generator'
version = '1.0.0'
}
Expand Down

0 comments on commit 61c75e2

Please sign in to comment.