Skip to content

Commit

Permalink
Identify newer Java versions (fixes #159).
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz committed Apr 22, 2020
1 parent 2d94810 commit dfa6bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/versionresolveworker.cpp
Expand Up @@ -4,7 +4,7 @@
#include "processutils.h"

#define REGEXP_ADB_VERSION "version (\\d+\\.\\d+\\.\\d+)$"
#define REGEXP_JAVA_VERSION "version \"(\\d+\\.\\d+\\.\\d+(_\\d+)?)\""
#define REGEXP_JAVA_VERSION "version \"([\\d._]+)\""
#define REGEXP_UAS_VERSION "Version: (\\d+\\.\\d+\\.\\d+)$"

VersionResolveWorker::VersionResolveWorker(QObject *parent)
Expand Down

0 comments on commit dfa6bb5

Please sign in to comment.