From 33c869e4b86ba8c2b3a0c9f330c5d08fef6068ff Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Sat, 10 Jun 2023 01:56:24 +0200 Subject: [PATCH] Download the sass_protocol from its new home in sass/sass see https://github.com/sass/sass/pull/3574 see https://github.com/sass/embedded-protocol/pull/104 --- sass-embedded-protocol/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass-embedded-protocol/build.gradle b/sass-embedded-protocol/build.gradle index c35f72c..d755947 100644 --- a/sass-embedded-protocol/build.gradle +++ b/sass-embedded-protocol/build.gradle @@ -11,8 +11,8 @@ publishing.publications.mavenJava.pom.description = "Java DTOs for the embedded- repositories { ivy { - //https://github.com/sass/embedded-protocol/archive/1.0.0-beta.7.tar.gz - artifactPattern "https://github.com/[orgPath]/[artifact]/archive/[revision].[ext]" + //https://github.com/sass/sass/archive/refs/tags/embedded-protocol-1.2.0.zip + artifactPattern "https://github.com/[orgPath]/[orgPath]/archive/[artifact]-[revision].[ext]" metadataSources { artifact() }