Skip to content

Commit 1c1fe14

Browse files
committed
Clean up build.gradle
Just removing everything that isn't needed/used.
1 parent 3460835 commit 1c1fe14

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

lib/build.gradle

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,13 @@
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-
91
plugins {
10-
// Apply the java-library plugin for API and implementation separation.
112
id 'java-library'
123
}
134

145
repositories {
15-
// Use Maven Central for resolving dependencies.
166
mavenCentral()
177
}
188

199
dependencies {
2010
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
3011
}
3112

3213
tasks.named('jar') {
@@ -37,10 +18,6 @@ tasks.named('jar') {
3718
}
3819
}
3920

40-
java {
41-
withSourcesJar()
42-
}
43-
4421
base {
4522
version = '0.1.0-beta'
4623
archivesName = 'CollatzRand'

0 commit comments

Comments
 (0)