File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * This file was generated by the Gradle 'init' task.
3
- *
4
- * This generated file contains a sample Java library project to get you started.
5
- * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
6
- * User Manual available at https://docs.gradle.org/7.1/userguide/building_java_projects.html
7
- */
8
-
9
1
plugins {
10
- // Apply the java-library plugin for API and implementation separation.
11
2
id ' java-library'
12
3
}
13
4
14
5
repositories {
15
- // Use Maven Central for resolving dependencies.
16
6
mavenCentral()
17
7
}
18
8
19
9
dependencies {
20
10
implementation ' org.jetbrains:annotations:20.1.0'
21
-
22
- // Use TestNG framework, also requires calling test.useTestNG() below
23
- testImplementation ' org.testng:testng:7.4.0'
24
- }
25
-
26
- tasks. named(' test' ) {
27
- // Use TestNG for unit tests.
28
- useTestNG()
29
- maxParallelForks = 3
30
11
}
31
12
32
13
tasks. named(' jar' ) {
@@ -37,10 +18,6 @@ tasks.named('jar') {
37
18
}
38
19
}
39
20
40
- java {
41
- withSourcesJar()
42
- }
43
-
44
21
base {
45
22
version = ' 0.1.0-beta'
46
23
archivesName = ' CollatzRand'
You can’t perform that action at this time.
0 commit comments