Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

functional

A library for functional programming in Java.

Release

  1. Export the following environmental variables:

    Required

    export ARTIFACT_REPOSITORY_URL="https://<URL>"
    export ARTIFACT_REPOSITORY_USER="<USERNAME>"
    export ARTIFACT_REPOSITORY_PASSWORD="<PASSWORD>"
    export ARTIFACT_REPOSITORY_SNAPSHOT_URL="https://<SNAPSHOT_URL>"
    export ARTIFACT_REPOSITORY_RELEASE_URL="https://<RELEASE_URL>"
    export EMAIL_ADDRESS="<your@email.com>"
    export FIRST_NAME_LAST_NAME="<Firstname Lastname>"
    

    Optional if running in interactive mode, otherwise must be exported.

    export GITHUB_ACCESS_TOKEN="<TOKEN>"
    

    See Creating a personal access token for the command line for obtaining the GITHUB_ACCESS_TOKEN value.

  2. Run the release.sh script:

    ./release.sh <release_version>
    

About

Introduction of functional programming paradigms to Java

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages