Skip to content

Commit

Permalink
Fix jitpack things
Browse files Browse the repository at this point in the history
  • Loading branch information
brahmkshatriya committed Dec 15, 2024
1 parent 13928b2 commit ef3e4f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Clone this repository and name it as you want.

### 2. Configure the [gradle.properties](gradle.properties)
The file will have the following properties:
- `libVersion` - The version of the Echo library, defaults to `SNAPSHOT`.
- `libVersion` - The version of the Echo library, defaults to `main-SNAPSHOT`.
- `extType` - The type of the extension you want to create. It can be `music`, `tracker`
or `lyrics`. More information can be found
in [`Extension<*>`](https://github.com/brahmkshatriya/echo/blob/main/common/src/main/java/dev/brahmkshatriya/echo/common/Extension.kt#L33-L43)
Expand Down
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ tasks.register("uninstall") {
}
}

tasks.withType<PublishToMavenLocal>().configureEach { enabled = false }

android {
namespace = "dev.brahmkshatriya.echo.extension"
compileSdk = 35
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true

libVersion=333c7fb3e6
libVersion=main-SNAPSHOT

# Can be music, tracker or lyrics
extType=music
Expand Down
4 changes: 3 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ jdk:
- openjdk17
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
- sdk use java 17.0.1-open
install:
- ./gradlew clean ext:assemble publishToMavenLocal

0 comments on commit ef3e4f8

Please sign in to comment.