Skip to content

Commit d164550

Browse files
committed
Correct build error
1 parent 66b2463 commit d164550

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group 'com.webauthn4j'
4848
version "${webAuthn4JSpringSecurityVersion}"
4949

5050

51-
def sampleAppProjects = subprojects.findAll {["fido-server-conformance-test-app", "spa"].contains(it.name)};
51+
def sampleAppProjects = subprojects.findAll {["fido-server-conformance-test-app", "spa", "spa-angular-client"].contains(it.name)};
5252
def webAuthn4JSpringSecurityLibraryProjects = subprojects.findAll {it.name.startsWith('webauthn4j-spring-security')};;
5353
def allJavaProjects = new HashSet();
5454
allJavaProjects.addAll(webAuthn4JSpringSecurityLibraryProjects);

samples/lib/spa-angular-client/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
plugins {
18-
id 'java'
1918
id 'com.github.node-gradle.node' version '2.2.3'
2019
}
2120

0 commit comments

Comments
 (0)