Skip to content

Commit

Permalink
Remove Typescript projects and publish logic (#2)
Browse files Browse the repository at this point in the history
The current setup doesn't work, so this commit removes the Typescript
portions completely. At a future point when the published definitions
from this repository are required, they can be added back in properly.
  • Loading branch information
nmiyake authored Jan 15, 2019
1 parent 9bdb386 commit 27632dd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ rootProject.name = 'witchcraft-api'

include 'witchcraft-health-api'
include 'witchcraft-logging-api'

include 'witchcraft-logging-api:witchcraft-logging-api-typescript'
include 'witchcraft-health-api:witchcraft-health-api-typescript'
1 change: 0 additions & 1 deletion versions.props
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
com.palantir.conjure:conjure = 4.4.0
com.palantir.conjure.typescript:* = 3.4.0
12 changes: 0 additions & 12 deletions witchcraft-health-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
apply plugin: 'com.palantir.conjure-publish'
apply from: "$rootDir/gradle/publish-conjure.gradle"

project (':witchcraft-health-api:witchcraft-health-api-typescript') {
publishTypeScript.doFirst {
file('src/.npmrc') << "//registry.npmjs.org/:_authToken=${System.env.NPM_AUTH_TOKEN}"
}
}

conjure {
typescript {
nodeCompatibleModules = true
}
}

This file was deleted.

12 changes: 0 additions & 12 deletions witchcraft-logging-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
apply plugin: 'com.palantir.conjure-publish'
apply from: "$rootDir/gradle/publish-conjure.gradle"

project (':witchcraft-logging-api:witchcraft-logging-api-typescript') {
publishTypeScript.doFirst {
file('src/.npmrc') << "//registry.npmjs.org/:_authToken=${System.env.NPM_AUTH_TOKEN}"
}
}

conjure {
typescript {
nodeCompatibleModules = true
}
}

This file was deleted.

0 comments on commit 27632dd

Please sign in to comment.