mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Added webserver module. Moved webserver files to the webserver module.
This commit is contained in:
parent
85243a6b76
commit
bc9f86905c
15
node/webserver/build.gradle
Normal file
15
node/webserver/build.gradle
Normal file
@ -0,0 +1,15 @@
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'net.corda.plugins.publish-utils'
|
||||
|
||||
description 'Corda node modules'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':node')
|
||||
}
|
@ -7,6 +7,7 @@ include 'core'
|
||||
include 'node-schemas'
|
||||
include 'node'
|
||||
include 'node:capsule'
|
||||
include 'node:webserver'
|
||||
include 'client'
|
||||
include 'experimental'
|
||||
include 'experimental:sandbox'
|
||||
|
Loading…
x
Reference in New Issue
Block a user