mirror of
https://github.com/jlengrand/RemarkablePocket.git
synced 2026-03-10 08:41:19 +00:00
Sync 1.5 support
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "nl.carosi"
|
||||
version = "0.0.3"
|
||||
version = "0.1.0"
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
@@ -17,7 +17,7 @@ java {
|
||||
|
||||
jib {
|
||||
from {
|
||||
image = "azul/zulu-openjdk-alpine:17-jre-headless"
|
||||
image = "azul/zulu-openjdk:17-jre-headless"
|
||||
}
|
||||
container {
|
||||
jvmFlags = ["-Xshare:auto", "-XX:TieredStopAtLevel=1", "-XX:CICompilerCount=1", "-XX:+UseSerialGC", "-Xmx512m"]
|
||||
@@ -27,6 +27,12 @@ jib {
|
||||
image = "ghcr.io/nov1n/remarkable-pocket"
|
||||
tags = [project.version.toString()]
|
||||
}
|
||||
extraDirectories {
|
||||
paths = 'src/main/jib'
|
||||
permissions = [
|
||||
'/usr/local/bin/rmapi': '755'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -41,9 +47,6 @@ dependencies {
|
||||
implementation("com.positiondev.epublib:epublib-core:3.1") {
|
||||
exclude group: "org.slf4j"
|
||||
}
|
||||
implementation("es.jlarriba:jrmapi:0.7") {
|
||||
exclude group: "org.apache.logging.log4j"
|
||||
}
|
||||
implementation "net.lingala.zip4j:zip4j:1.2.4"
|
||||
implementation "info.picocli:picocli:4.6.1"
|
||||
implementation "com.fasterxml.jackson.core:jackson-core:2.13.0"
|
||||
|
||||
Reference in New Issue
Block a user