Skip to content

Commit

Permalink
Add main for diktat.jar
Browse files Browse the repository at this point in the history
### What's done:
* renamed diktat-ruleset to diktat
* added DiktatMain
* updated gradle plugin to use only diktat as dependency

It closes #1557
  • Loading branch information
nulls committed Nov 15, 2022
1 parent 341ef78 commit 7fee58a
Show file tree
Hide file tree
Showing 45 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diktat-ruleset/pom.xml → diktat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>diktat</artifactId>
<description>This module builds jar that can be used to run diktat using ktlint -R via command line</description>
<description>This module builds jar that can be used to run diktat using java -jar via command line</description>

<parent>
<groupId>org.cqfn.diktat</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.2.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>diktat</name>
<name>diktat-parent</name>
<description>diKTat kotlin formatter and fixer</description>
<url>https://www.cqfn.org/diKTat/</url>

Expand Down Expand Up @@ -67,7 +67,7 @@
<module>diktat-common</module>
<module>diktat-rules</module>
<module>diktat-test-framework</module>
<module>diktat-ruleset</module>
<module>diktat</module>
<module>diktat-maven-plugin</module>
<module>diktat-gradle-plugin</module>
</modules>
Expand Down

0 comments on commit 7fee58a

Please sign in to comment.