```Plugin [id: 'org.jetbrains.compose', version: '...
# compose-desktop
l
Copy code
Plugin [id: 'org.jetbrains.compose', version: 'v1.2.0-beta01', apply: false] was not found in any of the following sources:
Google
Gradle Central Plugin Repository
MavenRepo
maven(<https://maven.pkg.jetbrains.space/public/p/compose/dev>)
maven2(<https://plugins.gradle.org/m2/>)
What am i doing wrong?
silly mistake Thanks
j
No worries! I only spotted it because I've made the same mistake countless times. @Igor Demin Might be worth considering using tags without the
v
prefix since github renders them on pages like https://github.com/JetBrains/compose-jb/releases and even on the project homepage.
e
GitHub release names, tag names, and version numbers are three independent concepts. Please don't change the tag conventions suddenly @Igor Demin
j
Ah, that appears to be true. Looks like default release name matches the tag name, but tag names and release names don't need to match.
Looks like we can easily update the release names (including historical ones).
i
I guess we can remove "v" from release names, and keep "v" in tag names
We removed "v" from GitHub releases. Tags, I believe, still should start with "v" (GitHub also suggests that)
j
Looks good to me, thanks!