Skip to content

Commit

Permalink
removed unmaintained gradle build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Newland committed Jul 11, 2023
1 parent 53abd15 commit afd1dc9
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 943 deletions.
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties

This file was deleted.

2 changes: 1 addition & 1 deletion PRIVACY
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ logs which are retained for 14 days.
Build systems
=============

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

=======================
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ For pre-JDK11 you will need to use a Java runtime that includes JavaFX.
<h2>maven</h2>
<pre>mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar</pre>

<h2>gradle</h2>
<pre>gradlew clean build run</pre>

<h2>Build an example HotSpot log</h2>
<pre># Build the code and then run
cd scripts && ./makeDemoLogFile.sh</pre>
152 changes: 0 additions & 152 deletions build.gradle

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ public class TestExecutionUtil
cp.add(path.toString());
}

// path for gradle build
path = FileSystems.getDefault().getPath(userDir, "build", "classes", "java", "test");

if (Files.exists(path))
{
cp.add(path.toString());
}

List<String> options = new ArrayList<>();
options.add("-XX:+UnlockDiagnosticVMOptions");
options.add("-XX:+LogCompilation");
Expand Down
70 changes: 0 additions & 70 deletions gradle/code-quality.gradle

This file was deleted.

15 changes: 0 additions & 15 deletions gradle/eclipse.gradle

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit afd1dc9

Please sign in to comment.