diff --git a/snam-gradle.scm b/snam-gradle.scm index cc3d0b8..4af2d86 100644 --- a/snam-gradle.scm +++ b/snam-gradle.scm @@ -8,19 +8,20 @@ (define-public snam-gradle (package - (name "snam-gradle") - (version "8.4") - (source (origin - (method url-fetch) - (uri (string-append "https://downloads.gradle.org/distributions/gradle-" version "-bin.zip")) - (sha256 - (base32 "1bkjxw7i0lm17pdyyvka4xpl6z0cdj0izagphync6839i2pg66iy")))) - (build-system copy-build-system) - (inputs (list `(,openjdk@20 "jdk"))) - (native-inputs (list unzip)) - (synopsis "My Gradle, a java build system") - (description - "Gradle is the other build system and package manager for java programs") - (home-page "https://maven.apache.org/") - (license asl2.0))) + (name "snam-gradle") + (version "8.4") + (source (origin + (method url-fetch) + (uri (string-append "https://downloads.gradle.org/distributions/gradle-" version "-bin.zip")) + (sha256 + (base32 "1bkjxw7i0lm17pdyyvka4xpl6z0cdj0izagphync6839i2pg66iy")))) + (build-system copy-build-system) + (inputs (list `(,openjdk20 "jdk"))) + (native-inputs (list unzip)) + (synopsis "My Gradle, a java build system") + (description + "Gradle is the other build system and package manager for java programs") + (home-page "https://maven.apache.org/") + (license asl2.0))) +snam-gradle