Add some types and test make resquests

This commit is contained in:
Guilherme Werner 2024-01-05 09:59:24 -03:00
parent 8a45692208
commit 3e6f8251a7
12 changed files with 310 additions and 2 deletions

View file

@ -2,5 +2,6 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
}
rootProject.name = 'SDK-JVM'
rootProject.name = 'TribufuJvm'
include('lib')
include('examples')