Skip to content

Commit

Permalink
Update build only - no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EAGrahamJr committed Jan 5, 2025
1 parent 43b83e2 commit 1e38faa
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
buildscript {
dependencies {
classpath("crackers.buildstuff:crackers-gradle-plugins:1.0.1")
}
}
/*
* Copyright 2022-2025 by E. A. Graham, Jr.
*
* 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
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

plugins {
kotlin("jvm") version "1.9.0"
`java-library`
idea
id("org.jmailen.kotlinter") version "3.12.0"
id("library-publish") version "1.0.1"
id("org.jetbrains.dokka") version "1.8.10"
id("net.thauvin.erik.gradle.semver") version "1.0.4"
id("crackers.buildstuff.crackers-gradle-plugins") version "1.1.0"
}

group = "crackers.automation"
Expand Down

0 comments on commit 1e38faa

Please sign in to comment.