Skip to content

Commit 3b72001

Browse files
committed
Init PLUS
1 parent d83a35c commit 3b72001

File tree

4 files changed

+2
-1160
lines changed

4 files changed

+2
-1160
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424

2525
description = "Kotlin HTML DSL: The smallest kotlin extension library you have ever seen!"
2626
group = "com.github.daggerok"
27-
version = "1.0.ALL"
27+
version = "1.0.PLUS"
2828
sourceCompatibility = targetCompatibility = "$javaVersion"
2929

3030
defaultTasks "clean", "build", "install", "publishToMavenLocal", "publish"

pom.xml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.daggerok</groupId>
8-
<version>1.0.ALL</version>
8+
<version>1.0.PLUS</version>
99
<artifactId>kotlin-html-dsl</artifactId>
1010
<packaging>jar</packaging>
1111

@@ -233,35 +233,6 @@
233233
</execution>
234234
</executions>
235235
</plugin>
236-
237-
<!-- fat jar
238-
<plugin>
239-
<groupId>org.apache.maven.plugins</groupId>
240-
<artifactId>maven-assembly-plugin</artifactId>
241-
<version>3.1.0</version>
242-
<configuration>
243-
<finalName>${project.artifactId}-${project.version}-all</finalName>
244-
<appendAssemblyId>false</appendAssemblyId>
245-
<descriptorRefs>
246-
<descriptorRef>jar-with-dependencies</descriptorRef>
247-
</descriptorRefs>
248-
<archive>
249-
<manifest>
250-
<mainClass>daggerok.AppKt</mainClass>
251-
</manifest>
252-
</archive>
253-
</configuration>
254-
<executions>
255-
<execution>
256-
<id>assemble-jar-with-dependencies</id>
257-
<phase>package</phase>
258-
<goals>
259-
<goal>single</goal>
260-
</goals>
261-
</execution>
262-
</executions>
263-
</plugin>
264-
-->
265236
</plugins>
266237
</build>
267238

0 commit comments

Comments
 (0)