Back to SNAPSHOT
This commit is contained in:
parent
6eb0940637
commit
2e22c0b80c
@ -2,8 +2,8 @@
|
|||||||
FROM eclipse-temurin:21-jdk-jammy AS BUILD
|
FROM eclipse-temurin:21-jdk-jammy AS BUILD
|
||||||
|
|
||||||
# Set necessary args and environment variables for building phoenixd
|
# Set necessary args and environment variables for building phoenixd
|
||||||
ARG PHOENIXD_BRANCH=v0.1.5
|
ARG PHOENIXD_BRANCH=v0.2.0
|
||||||
ARG PHOENIXD_COMMIT_HASH=6845a31e6129a48e311b49402a5cc3b9bf887df2
|
ARG PHOENIXD_COMMIT_HASH=6eb09406376b2ec34f898a81adfb67c4a0ca1ed3
|
||||||
|
|
||||||
# Upgrade all packages and install dependencies
|
# Upgrade all packages and install dependencies
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
@ -21,7 +21,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "fr.acinq.lightning"
|
group = "fr.acinq.lightning"
|
||||||
version = "0.2.0"
|
version = "0.2.1-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
|
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user