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