Skip to content

Commit

Permalink
Merge branch 'release-0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Oct 26, 2020
2 parents f93dc5c + 34a1e27 commit 68f297d
Show file tree
Hide file tree
Showing 16 changed files with 6,463 additions and 5,698 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

subprojects {
version = "0.2.0"
version = "0.2.1"

repositories {
// Use jcenter for resolving your dependencies.
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
org.jetbrains.idea.gradle.syncTasks=:radar-expression-lang:generateGrammarSource
kotlinVersion=1.4.10
jacksonVersion=2.11.2
jacksonVersion=2.11.3
antlrVersion=4.8-1
radarJerseyVersion=0.3.2
radarJerseyVersion=0.4.2
h2Version=1.4.200

File renamed without changes.
15 changes: 13 additions & 2 deletions radar-app-config-frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -45,7 +45,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -63,6 +62,12 @@
]
},
"mock": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand All @@ -71,6 +76,12 @@
]
},
"mock-researcher": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down
2 changes: 1 addition & 1 deletion radar-app-config-frontend/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
Loading

0 comments on commit 68f297d

Please sign in to comment.