mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Added webserver module. Moved webserver files to the webserver module.
This commit is contained in:
committed by
Clinton Alexander
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-schemas'
|
||||||
include 'node'
|
include 'node'
|
||||||
include 'node:capsule'
|
include 'node:capsule'
|
||||||
|
include 'node:webserver'
|
||||||
include 'client'
|
include 'client'
|
||||||
include 'experimental'
|
include 'experimental'
|
||||||
include 'experimental:sandbox'
|
include 'experimental:sandbox'
|
||||||
|
Reference in New Issue
Block a user