We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f980502 commit 04f3975Copy full SHA for 04f3975
1 file changed
gradle/subprojects.gradle
@@ -14,7 +14,7 @@ project(':understandingcollections') {
14
}
15
16
17
-project(':threads') {
+project(':concurrent') {
18
dependencies {
19
compile project(':enums')
20
@@ -67,4 +67,4 @@ configure(subprojects - project(':onjava')) {
67
compile 'com.google.guava:guava:19.0'
68
compileOnly "org.openjdk.jmh:jmh-core:${jmh.jmhVersion}"
69
70
-}
+}
0 commit comments