New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dev.galasa:dev.galasa.ras.couchdb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev.galasa:dev.galasa.ras.couchdb

A Galasa project

  • 0.37.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Galasa

This is a home for all of the Galasa Java code.

Code structure

building locally

Use the ./tools/build-locally.sh script. --help shows you the options.

Basic usage to build everything: build-locally.sh

setting the source code version

The set-version.sh script allows you to set the version of the Galasa throughout this repository.

Use the --help flag to see what options are supported.

Basic usage: set-version.sh --version 0.39.0

Using vscode

When using vscode to develop this code, we recommend the following settings are added to your settings.json file:

"java.jdt.ls.vmargs": "-Xmx1024m",
"java.import.gradle.arguments" : "-PtargetMaven=~/.m2/repository",

"java.import.gradle.version": "8.9",
"java.configuration.runtimes": [
    {
        "name": "JavaSE-17",
        "path": "/path/to/java/sdk/folder" , // eg: /Users/mcobbett/.sdkman/candidates/java/17.0.12-tem
        "default": true,
    },
],
"java.import.gradle.wrapper.enabled": false,

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc