Skip to content

Commit

Permalink
Added gradle wrapper creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
baffelli committed Jul 28, 2023
1 parent f3459ee commit 0b67906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
gradle-version: '8.0'
- name: Create gradle wrapper
uses: gradle/gradle-build-action@v2.7.0 # v2.6.0
with:
arguments: wrapper
run: gradle wrapper
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down
5 changes: 4 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ Only the following openBIS entities/structures are supported for creation and ex
=== Relationships
The tool is currently not able to create parent-children relationships between entities. This is a planned feature.

=== Semantic Annotations
The tool currently does not support semantic annotations. This is a planned feature.

=== Authentication

The tool only supports authentication of openBIS users that are registered with file-based or LDAP-based authentication. It does not work with users whose authentication is handled by Switch AAI / eduID which require a redirect.
Expand All @@ -429,7 +432,7 @@ Internally the tools uses the openBIS V3 API, particularly the method `executeOp

=== Motivation

This section documents the architecture of the system and explains the main decisions behind the its design. It follows the arc42 template for software architecture documentation.
This section documents the architecture of the system and explains the main decisions behind its design. It follows the arc42 template for software architecture documentation.

=== Introduction and Goals

Expand Down

0 comments on commit 0b67906

Please sign in to comment.