Skip to content

Commit

Permalink
Merge branch 'master' into 0405sync1.4toMaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ocelka committed Apr 5, 2024
2 parents a2fc1ea + 1f7bc9c commit 76d06cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you happen to add new cryptocurrency in CryptoCurrency class in currencies mo
Creating your own extension
=================
When you want to develop your own operator specific extension please create a new module and implement your extension there.
Use server_extensions_template module as a termplate for your first extension. Just copy this module and rename it.
Use server_extensions_template module as a template for your first extension. Just copy this module and rename it.
You will need to modify also settings.gradle file to contain your new extension module's name. See how is the server_extensions_template module mentioned and add line for your new extension module.
After building the whole project your built extension shoud be in following file: <code>yournewextension/build/libs/yournewextension.jar</code>
Copy it to CAS server at following location: <code>/batm/app/master/extensions/</code>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# buildscript - project id
projectGroup=com.generalbytes.batm.public
projectVersion=1.4.7
projectVersion=1.5.1

# buildscript - common dependency versions
bitrafaelVersion=1.0.44
Expand Down

0 comments on commit 76d06cb

Please sign in to comment.