File tree 3 files changed +7
-171
lines changed
3 files changed +7
-171
lines changed Original file line number Diff line number Diff line change 1
- ![ Java CI with Maven] ( https://github.com/parubok/directory-tree/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master )
2
1
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/parubok/directory-tree/blob/master/LICENSE )
3
2
3
+ This was forked from [ https://github.com/parubok/directory-tree/ ] ( https://github.com/parubok/directory-tree/ )
4
+
5
+
6
+
7
+
8
+
4
9
# directory-tree
5
10
6
11
The goal of this project is to provide an efficient and convenient implementation of Java Swing JTree model with
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ plugins {
7
7
group = ' synapticloop'
8
8
archivesBaseName = ' directory-tree'
9
9
description = """ Swing based tree layout builder"""
10
+
10
11
version = ' 1.10'
11
12
12
13
tasks. withType(Javadoc ). all { enabled = false }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments