mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-03-19 02:01:22 +00:00
fix: address concurrency issues and add stress tests
This commit is contained in:
24
futur-jcstress/build.gradle
Normal file
24
futur-jcstress/build.gradle
Normal file
@@ -0,0 +1,24 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'io.github.reyerizo.gradle.jcstress' version '0.8.15'
|
||||
}
|
||||
|
||||
group = 'dev.tommyjs'
|
||||
version = '2.5.5'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':futur-api')
|
||||
}
|
||||
|
||||
jcstress {
|
||||
jcstressDependency = 'org.openjdk.jcstress:jcstress-core:0.16'
|
||||
}
|
||||
Reference in New Issue
Block a user