Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 457 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 457 Bytes

saker.java.compiler secrets

This directory contains maintainer-private details for the saker.java.compiler package.

In order to upload the exported bundles to the saker.nest repository, there must be a secrets.build file with the following contents:

global(saker.java.compiler.UPLOAD_API_KEY) = <api-key>
global(saker.java.compiler.UPLOAD_API_SECRET) = <api-secret>

It is used by the upload target in saker.build build script.