Skip to content

Commit ff58084

Browse files
author
Jegors Cemisovs
committed
Add subproject sample
1 parent 81c809e commit ff58084

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/build.gradle

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
plugins {
2+
id 'groovy'
3+
id 'java'
4+
}
5+
6+
group 'lv.id.jc'
7+
version '1.1'
8+
9+
repositories {
10+
mavenCentral()
11+
}
12+
13+
dependencies {
14+
implementation 'org.codehaus.groovy:groovy-all:3.0.9'
15+
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
rootProject.name = 'algorithms'
22
include 'algorithm'
3+
include 'sample'
34

0 commit comments

Comments
 (0)