Minor cleanup
This commit is contained in:
parent
a950274d35
commit
f850dbb51c
3 changed files with 14 additions and 7 deletions
11
.idea/misc.xml
generated
11
.idea/misc.xml
generated
|
@ -6,6 +6,17 @@
|
||||||
<pattern value="net.thauvin.erik.AkismetBuild" method="jacoco" />
|
<pattern value="net.thauvin.erik.AkismetBuild" method="jacoco" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PDMPlugin">
|
<component name="PDMPlugin">
|
||||||
|
<option name="customRuleSets">
|
||||||
|
<list>
|
||||||
|
<option value="K:\java\semver\config\pmd.xml" />
|
||||||
|
<option value="$PROJECT_DIR$/../../java/bld-generated-version/config/pmd.xml" />
|
||||||
|
<option value="$PROJECT_DIR$/../../java/bld-pitest/config/pmd.xml" />
|
||||||
|
<option value="$PROJECT_DIR$/../../java/bld-jacoco-report/config/pmd.xml" />
|
||||||
|
<option value="$PROJECT_DIR$/../../java/bld-checkstyle/config/pmd.xml" />
|
||||||
|
<option value="$PROJECT_DIR$/../../java/bld-exec/config/pmd.xml" />
|
||||||
|
<option value="$PROJECT_DIR$/../../java/bld-testng/config/pmd.xml" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
<option name="skipTestSources" value="false" />
|
<option name="skipTestSources" value="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
[](https://central.sonatype.com/artifact/net.thauvin.erik/akismet-kotlin)
|
[](https://central.sonatype.com/artifact/net.thauvin.erik/akismet-kotlin)
|
||||||
|
|
||||||
[](https://sonarcloud.io/dashboard?id=ethauvin_akismet-kotlin)
|
[](https://sonarcloud.io/dashboard?id=ethauvin_akismet-kotlin)
|
||||||
[](https://github.com/ethauvin/akismet-kotlin/actions/workflows/gradle.yml)
|
[](https://github.com/ethauvin/akismet-kotlin/actions/workflows/bld.yml)
|
||||||
[](https://circleci.com/gh/ethauvin/akismet-kotlin/tree/master)
|
[](https://circleci.com/gh/ethauvin/akismet-kotlin/tree/master)
|
||||||
|
|
||||||
# [Akismet](https://www.akismet.com) for Kotlin, Java and Android
|
# [Akismet](https://www.akismet.com) for Kotlin, Java and Android
|
||||||
|
|
|
@ -33,10 +33,7 @@ package net.thauvin.erik;
|
||||||
|
|
||||||
import rife.bld.BuildCommand;
|
import rife.bld.BuildCommand;
|
||||||
import rife.bld.Project;
|
import rife.bld.Project;
|
||||||
import rife.bld.extension.CompileKotlinOperation;
|
import rife.bld.extension.*;
|
||||||
import rife.bld.extension.CompileKotlinOptions;
|
|
||||||
import rife.bld.extension.GeneratedVersionOperation;
|
|
||||||
import rife.bld.extension.JacocoReportOperation;
|
|
||||||
import rife.bld.extension.dokka.DokkaOperation;
|
import rife.bld.extension.dokka.DokkaOperation;
|
||||||
import rife.bld.extension.dokka.LoggingLevel;
|
import rife.bld.extension.dokka.LoggingLevel;
|
||||||
import rife.bld.extension.dokka.OutputFormat;
|
import rife.bld.extension.dokka.OutputFormat;
|
||||||
|
@ -120,8 +117,7 @@ public class AkismetBuild extends Project {
|
||||||
genver();
|
genver();
|
||||||
new CompileKotlinOperation()
|
new CompileKotlinOperation()
|
||||||
.fromProject(this)
|
.fromProject(this)
|
||||||
.plugins(CompileKotlinOperation.getJarList(libCompileDirectory(),
|
.plugins(libCompileDirectory(), CompileKotlinPlugin.KOTLIN_SERIALIZATION)
|
||||||
"^.*kotlin-serialization-compiler-plugin-.*$"))
|
|
||||||
.compileOptions(
|
.compileOptions(
|
||||||
new CompileKotlinOptions()
|
new CompileKotlinOptions()
|
||||||
.jdkRelease(javaRelease)
|
.jdkRelease(javaRelease)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue