Skip to content

Commit afd1dc9

Browse files
author
Chris Newland
committed
removed unmaintained gradle build system
1 parent 53abd15 commit afd1dc9

17 files changed

+3
-943
lines changed

.mvn/wrapper/maven-wrapper.jar

-46.7 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

-1
This file was deleted.

PRIVACY

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ logs which are retained for 14 days.
3636
Build systems
3737
=============
3838

39-
If you build JITWatch from source using maven or gradle then those build systems will download various further
39+
If you build JITWatch from source using maven then the build system will download various further
4040
dependencies required to compile, package, test, and execute the build targets.
4141

4242
=======================

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ For pre-JDK11 you will need to use a Java runtime that includes JavaFX.
1616
<h2>maven</h2>
1717
<pre>mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar</pre>
1818

19-
<h2>gradle</h2>
20-
<pre>gradlew clean build run</pre>
21-
2219
<h2>Build an example HotSpot log</h2>
2320
<pre># Build the code and then run
2421
cd scripts && ./makeDemoLogFile.sh</pre>

build.gradle

-152
This file was deleted.

core/src/test/java/org/adoptopenjdk/jitwatch/test/TestExecutionUtil.java

-8
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ public class TestExecutionUtil
3535
cp.add(path.toString());
3636
}
3737

38-
// path for gradle build
39-
path = FileSystems.getDefault().getPath(userDir, "build", "classes", "java", "test");
40-
41-
if (Files.exists(path))
42-
{
43-
cp.add(path.toString());
44-
}
45-
4638
List<String> options = new ArrayList<>();
4739
options.add("-XX:+UnlockDiagnosticVMOptions");
4840
options.add("-XX:+LogCompilation");

gradle/code-quality.gradle

-70
This file was deleted.

gradle/eclipse.gradle

-15
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-53.4 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

-5
This file was deleted.

0 commit comments

Comments
 (0)