Merge commit '1d57fb83a4db05f5a6b4c997d4bbbfc74e8c7d04' as 'Programming/ProgLab6'
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
group = 'com.leterzp.prog.client'
|
||||
version = '2.0'
|
||||
|
||||
dependencies {
|
||||
implementation project(":general")
|
||||
}
|
||||
|
||||
apply plugin: 'com.gradleup.shadow'
|
||||
|
||||
shadowJar {
|
||||
archiveBaseName.set('ProgLab6.client')
|
||||
archiveVersion.set('2.0')
|
||||
manifest {
|
||||
attributes 'Main-Class': 'ClientKt'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user