Skip to content

Commit

Permalink
more baby steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Oct 28, 2024
1 parent 980f43c commit ce3ce7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ plugins {
id 'maven-publish'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
}

description = 'A set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages'
Expand Down Expand Up @@ -79,7 +80,7 @@ gradle.startParameter.taskNames.each {
gradle.startParameter.taskNames = expandedTaskList.flatten() as Iterable<String>

ext {
gradleVersion = '7.6'
gradleVersion = '8.10.1'
}

apply from: "${rootDir}/gradle/wrapper.gradle"
Expand Down
5 changes: 3 additions & 2 deletions dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import org.gradle.crypto.checksum.Checksum

plugins {
id 'application'
id 'distribution'
id 'com.bmuschko.docker-remote-api' version '9.4.0'
}

Expand Down Expand Up @@ -109,11 +110,11 @@ distributions {
include "*"
}
into('') {
from "$project.buildDir/license"
from ".."
include 'LICENSE'
}
into('') {
from "$project.buildDir/notice"
from ".."
include 'NOTICE'
}
def libs = []
Expand Down

0 comments on commit ce3ce7f

Please sign in to comment.