Skip to content

Commit

Permalink
Build status fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
esocode committed Dec 29, 2023
1 parent 18eaa1b commit 14e3d8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI
name: Build

on: [ push ]

Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# The esoco-common project

[![](https://github.com/esoco/esoco-common/workflows/Java%20CI/badge.svg)](https://github.com/esoco/esoco-common/actions)
[![Download](https://api.bintray.com/packages/esoco/sdack/esoco-common/images/download.svg)](https://bintray.com/esoco/sdack/esoco-common/_latestVersion)
[![Build Status](https://github.com/esoco/esoco-common/workflows/Build/badge.svg)](https://github.com/esoco/esoco-common/actions)

This project contains some base code that is used by multiple projects in the esoco framework stack. The main property of the code in this project is that it is safe for compilation into Javascript with the GWT compiler. For more information please see the [Javadoc](http://esoco.github.io/esoco-common/javadoc/).
This project contains some base code that is used by multiple projects in the
esoco framework stack. The main property of the code in this project is that it
is safe for compilation into Javascript with the GWT compiler. For more
information please see
the [Javadoc](http://esoco.github.io/esoco-common/javadoc/).

## License

This project is licensed under the Apache 2.0 license (see LICENSE file for details).
This project is licensed under the Apache 2.0 license (see LICENSE file for
details).

0 comments on commit 14e3d8f

Please sign in to comment.