Проект: включить ESP32-wallet в основной репозиторий

This commit is contained in:
AidarKC
2026-06-13 23:01:57 +04:00
parent ca4cfd9d8d
commit be4a2d135a
8 changed files with 394 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
plugins {
id 'java'
}
group = 'org.example'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testImplementation platform('org.junit:junit-bom:6.0.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
test {
useJUnitPlatform()
}