Skip to content

Commit aa5b52e

Browse files
author
synapticloop
committed
removed maven code for jitpack packaging
1 parent a7d0d3c commit aa5b52e

File tree

3 files changed

+7
-171
lines changed

3 files changed

+7
-171
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
![Java CI with Maven](https://github.com/parubok/directory-tree/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)
21
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/parubok/directory-tree/blob/master/LICENSE)
32

3+
This was forked from [https://github.com/parubok/directory-tree/](https://github.com/parubok/directory-tree/)
4+
5+
6+
7+
8+
49
# directory-tree
510

611
The goal of this project is to provide an efficient and convenient implementation of Java Swing JTree model with

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
group = 'synapticloop'
88
archivesBaseName = 'directory-tree'
99
description = """Swing based tree layout builder"""
10+
1011
version = '1.10'
1112

1213
tasks.withType(Javadoc).all { enabled = false }

pom.xml

-170
This file was deleted.

0 commit comments

Comments
 (0)