-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from kmgowda/kmg-cleanup-9
Make 'PerL' as subproject of SBK Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
- Loading branch information
Showing
253 changed files
with
568 additions
and
1,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/** | ||
* Copyright (c) KMG. All Rights Reserved. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
*/ | ||
|
||
apply plugin: 'java-library' | ||
apply plugin: "maven-publish" | ||
|
||
buildscript { | ||
repositories { | ||
mavenCentral() | ||
maven { | ||
url "https://plugins.gradle.org/m2/" | ||
} | ||
} | ||
dependencies { | ||
classpath group: 'org.nosphere.apache', name: 'creadur-rat-gradle', version: apacheRatVersion | ||
} | ||
} | ||
|
||
apply from: "$rootDir/gradle/rat.gradle" | ||
apply from: "$rootDir/gradle/maven.gradle" | ||
|
||
dependencies { | ||
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion | ||
api group: 'javax.annotation', name: 'javax.annotation-api', version: javaxAnnotationVersion | ||
api group: 'org.projectlombok', name: 'lombok', version: lombokVersion | ||
api group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: spotbugsVersion | ||
api group: 'commons-cli', name: 'commons-cli', version: commonsCliVersion | ||
api group: 'org.apache.commons', name: 'commons-csv', version: apacheCommonsVersion | ||
api group: 'org.hdrhistogram', name: 'HdrHistogram', version: HdrHistogramVersion | ||
api group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion | ||
api group: 'org.slf4j', name: 'slf4j-simple', version: slf4jVersion | ||
implementation group: 'org.jetbrains', name: 'annotations', version: jetbrainVersion | ||
} | ||
|
||
task updateDocs(dependsOn: javadoc) { | ||
doLast { | ||
println "Update $projectDir Javadocs" | ||
delete "$projectDir/javadoc" | ||
copy { | ||
from "$projectDir/build/docs/javadoc" | ||
into "$projectDir/javadoc" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.