Skip to content

Commit

Permalink
feat: add lombok nightly version pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Mar 3, 2024
1 parent 8844ff3 commit 1302b2b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/lombok-nightly/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: lombok-nightly
description: Project Lombok. Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java
homepage: https://projectlombok.org
licenses:
- MIT
languages:
- Java
categories:
- Runtime

source:
id: pkg:generic/lombok/lombok.jar@nightly
download:
- target: [darwin_x64, darwin_arm64]
files:
lombok.jar: https://projectlombok.org/download-edge
- target: linux
files:
lombok.jar: https://projectlombok.org/download-edge
- target: win
files:
lombok.jar: https://projectlombok.org/download-edge

share:
lombok/lombok.jar: lombok.jar

0 comments on commit 1302b2b

Please sign in to comment.